org.mortbay.jetty.servlet
Class HashSessionManager
- LifeCycle, Serializable, SessionManager
public class HashSessionManager
An in-memory implementation of SessionManager.
$Id: HashSessionManager.java,v 1.16 2004/05/09 20:32:27 gregwilkins Exp $
__allSessions , __distantFuture , _crossContextSessionIDs , _handler , _httpOnly , _invalidateGlobal , _maxSessions , _minSessions , _random , _secureCookies , _sessionAttributeListeners , _sessionListeners , _sessions , _weakRandom |
addEventListener , getCrossContextSessionIDs , getHttpOnly , getHttpSession , getMaxInactiveInterval , getMaxSessions , getMinSessions , getRandom , getScavengePeriod , getSecureCookies , getSessionCookie , getSessionMap , getSessions , getUseRequestedId , getWorkerName , initialize , isInvalidateGlobal , isStarted , newHttpSession , newSession , removeEventListener , resetStats , setCrossContextSessionIDs , setHttpOnly , setInvalidateGlobal , setMaxInactiveInterval , setRandom , setScavengePeriod , setSecureCookies , setUseRequestedId , setWorkerName , start , stop |
HashSessionManager
public HashSessionManager()
HashSessionManager
public HashSessionManager(Random random)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.