Methods Summary |
---|
public java.util.Enumeration | getIds()Returns an iterable of all session identifiers in this session context.
|
public javax.net.ssl.SSLSession | getSession(byte[] sessionId)Returns the session for the specified session identifier.
|
public int | getSessionCacheSize()Returns the size of the session cache for this session context.
|
public int | getSessionTimeout()Returns the timeout for sessions in this session context. Sessions
exceeding the timeout are invalidated.
|
public void | setSessionCacheSize(int size)Sets the size of the session cache for this session context.
|
public void | setSessionTimeout(int seconds)Sets the timeout for sessions in this context. Sessions exceeding the
timeout are invalidated.
|