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 : int | 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.
|