Attributes Summary |
enableUrlRewriting : Boolean | Specifies whether the Session Manager uses rewritten URLs to carry the session IDs.
|
enableCookies : Boolean | Whether session tracking will use cookies to carry session IDs.
|
enableSSLTracking : Boolean | Whether session tracking uses SSL to carry session IDs.
|
enableProtocolSwitchRewriting : Boolean | Whether the session ID is added to a URL when the URL requires a switch from HTTP to HTTPS or from HTTPS to HTTP.
|
sessionPersistenceMode : SessionPersistenceKind | When enabled, the session manager will persist session information into the datasource specified by the datasourceConnection settings.
|
enableSecurityIntegration : Boolean | When security integration is enabled, the Session Manager will associate the identity of users with their HTTP sessions.
|
allowSerializedSessionAccess : Boolean | By default, access to session is concurrent.
|
maxWaitTime : Integer | When allow serialized session access is enabled, this value specifies the maximum amount of time (in milliseconds) that a request thread which is waiting to access the session will be blocked.
|
accessSessionOnTimeout : Boolean | When allow serialized session access is enabled, this option specifies what happens if max wait time has been reached for a request thread.
|
defaultCookieSettings : Cookie | Session tracking through HTTP cookies is the most used session tracking mechanism and is required to be supported by all servlet containers.
|
sessionDatabasePersistence : SessionDatabasePersistence | Specifies information about the data source that the session manager will use to obtain database connections.
|
tuningParams : TuningParams | Tuning parameters for session management.
|
sessionDRSPersistence : DRSSettings | Specifies information required for memory-to-memory replication of session objects. Identifies the Replication Domain and the Replication Mode, one of "Client only", "Server only", or "Both client and server", to be used for memory-to-memory replication of session objects.
|