HttpSession behavior.See: Description
| Class | Description |
|---|---|
| BaseSessionTracking |
This base class for session ID tracking that can be configured via
ServletContext. |
| InitializeSessionManagement |
This class adds default filter if no filters were registered by the
container.
|
| SessionFilter |
Filter that wraps the httpRequest to enable Http Session caching.
|
| SessionHelpers |
This class contains various methods that are called either from session
enabled filters, or from code injected by
SessionAgent. |
| SessionHelpersFacade |
This class contains various methods that are called either from session
enabled filters, or from code injected by
SessionAgent. |
| ShutdownListener |
This listener is responsible for triggering session manager shutdown.
|
| UrlSessionTracking |
This class propagates session id using URL re-writing.
|
HttpSession behavior.Copyright © 2018 Amadeus s.a.s.. All rights reserved.