Field Summary |
|
final protected static String | CURRENT_SERVLET_CONTEXT Key in the ThreadLocalManager for access to the current servlet context (from tool-util/servlet/RequestFilter). |
final protected static String | CURRENT_SESSION Key in the ThreadLocalManager for binding our current session. |
final protected static String | CURRENT_TOOL_SESSION Key in the ThreadLocalManager for binding our current tool session. |
protected int | m_checkEvery Configuration: how often to check for inactive sessions (seconds). |
protected int | m_defaultInactiveInterval Configuration: default inactive period for sessions (seconds). |
protected Maintenance | m_maintenance The maintenance. |
protected Map | m_sessions The sessions - keyed by session id. |