Set session tracking
To configure session tracking...
- Go to the appropriate level of Session Management.
- Specify the session tracking mechanism to pass the session ID between the browser and the servlet:
- To track sessions with cookies, click Enable Cookies.
To change the cookie settings, click Modify.
- To track sessions with URL rewriting, click...
Enable URL RewritingTo enable protocol switch rewriting, click...
Enable protocol switch rewriting- To track sessions with SSL information, click...
Enable SSL ID trackingDeprecated feature: Session tracking using the SSL ID is deprecated in WAS v7.0. We can reconfigure session tracking to use cookies or modify the application to use URL rewriting.
- Click Apply.
- Click Save.
- Define the Distributed environment settings to specify how to save a session in a distributed environment.
 
Related concepts
Serializing access to session data
Cookie settings
Session management custom properties
Sessions
Related
Session management settings