yawda.controller.session
Class CFileSessionStore

java.lang.Object
  extended byyawda.controller.session.CFileSessionStore
All Implemented Interfaces:
ISessionStore

public final class CFileSessionStore
extends Object
implements ISessionStore

Author:
Quentin Anciaux

Nested Class Summary
static class CFileSessionStore.CEndReqLst
           
 
Constructor Summary
CFileSessionStore(javax.servlet.ServletContext context)
           
 
Method Summary
 IPersistentSession getSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void removeSession(String id, IPersistentSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFileSessionStore

public CFileSessionStore(javax.servlet.ServletContext context)
Method Detail

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