Method Summary |
|
public int | getActiveSessionCount() Returns the active sessions. |
public String | getCookieDomain() |
public long | getCookieLength() |
public long | getCookieMaxAge() The cookie max-age sent to the browser. |
public String | getCookieName() Returns the cookie name for sessions. |
public String | getCookiePort() Returns the cookie port for sessions. |
public int | getCookieVersion() Returns the cookie version number. |
public String | getName() The SessionManager doesn't have a name. |
public PersistentStoreMXBean | getPersistentStore() |
public String | getSaveMode() Returns the save mode. |
public long | getSessionActiveCount() Returns the active sessions. |
public long | getSessionCreateCountTotal() |
public long | getSessionInvalidateCountTotal() |
public int | getSessionMax() Returns the maximum number of sessions. |
public String | getSessionStoreType() |
public long | getSessionTimeout() |
public long | getSessionTimeoutCountTotal() |
public WebAppMXBean | getWebApp() |
public boolean | isAlwaysSaveSession() True if the session should be serialized for storage, even if
no attributes in the session have been set. |
public boolean | isCookieAppendServerIndex() If true, the server's cluster index is appended to the cookie value. |
public boolean | isCookieHttpOnly() True if the cookie should only be used for non-secure sessions. |
public boolean | isCookieSecure() True if the cookie should only be used for secure sessions. |
public boolean | isEnableCookies() Returns true if cookies are enabled. |
public boolean | isEnableURLRewriting() Returns true if url-rewriting is enabled. |
public boolean | isIgnoreSerializationErrors() |
public boolean | isInvalidateAfterListener() True if sessions should invalidate only after calling listeners. |
public boolean | isReuseSessionId() True if sessions should reuse available session cookie values. |
public String | toString() |
public void | unregister() Unregisters the object with JMX. |