|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--com.mortbay.HTTP.SessionContext
Http Session Context
Field Summary | |
static int |
distantFuture
Deprecated. |
static java.lang.String |
SessionId
Deprecated. |
static java.lang.String |
SessionUrlPrefix
Deprecated. |
static java.lang.String |
SessionUrlSuffix
Deprecated. |
Constructor Summary | |
SessionContext()
Deprecated. |
Method Summary | |
static void |
access(javax.servlet.http.HttpSession session)
Deprecated. |
java.util.Enumeration |
getIds()
Deprecated. |
javax.servlet.http.HttpSession |
getSession(java.lang.String id)
Deprecated. |
static boolean |
isValid(javax.servlet.http.HttpSession session)
Deprecated. |
javax.servlet.http.HttpSession |
newSession()
Deprecated. |
protected void |
scavenge()
Deprecated. Find sessions that have timed out and invalidate them. |
void |
setMaxInactiveInterval(int defaultTime)
Deprecated. Set the default session timeout. |
Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
rehash,
remove,
size,
toString,
values |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String SessionUrlPrefix
public static final java.lang.String SessionUrlSuffix
public static final java.lang.String SessionId
public static final int distantFuture
Constructor Detail |
public SessionContext()
Method Detail |
public java.util.Enumeration getIds()
public javax.servlet.http.HttpSession getSession(java.lang.String id)
public javax.servlet.http.HttpSession newSession()
public static void access(javax.servlet.http.HttpSession session)
public static boolean isValid(javax.servlet.http.HttpSession session)
public void setMaxInactiveInterval(int defaultTime)
default
- The default timeout in secondsprotected void scavenge()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |