Package org.silverpeas.core.web.session
-
Interface Summary Interface Description SessionCloseable It defines any object whose the lifecycle spans along the user session and that requires to perform a specific treatment when the session is closed. -
Class Summary Class Description HTTPSessionInfo A Silverpeas user session built upon the HTTP session created by the underlying web server.OneShotSessionInfo A Silverpeas user session built dedicated for one shot requests.SessionManager Implementation of theorg.silverpeas.core.security.session.SessionManagement
interface.UserSessionEvent Representation of a user session event which is sent today on session closing only.UserSessionServerEvent This server event is sent on successful user session opening and on user session ending.