| java.lang.Object org.mortbay.j2ee.session.StateAdaptor
_log | final protected static Logger _log(Code) | | |
StateAdaptor | StateAdaptor(String id, Manager manager, int maxInactiveInterval, long lastAccessedTime)(Code) | | |
access | public void access()(Code) | | |
getMaxInactiveInterval | public int getMaxInactiveInterval()(Code) | | |
isNew | public boolean isNew() throws IllegalStateException(Code) | | Returns true if the client does not yet know about the
session or if the client chooses not to join the session. For
example, if the server used only cookie-based sessions, and
the client had disabled the use of cookies, then a session would
be new on each request.
true if theserver has created a session,but the client has not yet joined exception: IllegalStateException - if this method is called on analready invalidated session |
isValid | public boolean isValid()(Code) | | |
migrate | public void migrate()(Code) | | |
setMaxInactiveInterval | public void setMaxInactiveInterval(int interval)(Code) | | |
|
|