yawda.controller.session
Class CFileSessionStore
java.lang.Object
yawda.controller.session.CFileSessionStore
- All Implemented Interfaces:
- ISessionStore
- public final class CFileSessionStore
- extends Object
- implements ISessionStore
- Author:
- Quentin Anciaux
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CFileSessionStore
public CFileSessionStore(javax.servlet.ServletContext context)
getSession
public final IPersistentSession getSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
getSession in interface ISessionStore
removeSession
public final void removeSession(String id,
IPersistentSession session)
- Specified by:
removeSession in interface ISessionStore