yawda.controller
Interface ISessionStore

All Known Implementing Classes:
CFileSessionStore

public interface ISessionStore

Author:
Quentin Anciaux

Method Summary
 IPersistentSession getSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void removeSession(String id, IPersistentSession session)
           
 

Method Detail

getSession

public IPersistentSession getSession(javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)

removeSession

public void removeSession(String id,
                          IPersistentSession session)