Package de.hybris.platform.hac.session
Class HacSessionCloseStrategy
- java.lang.Object
-
- de.hybris.platform.servicelayer.web.DefaultSessionCloseStrategy
-
- de.hybris.platform.hac.session.HacSessionCloseStrategy
-
- All Implemented Interfaces:
SessionCloseStrategy
public class HacSessionCloseStrategy extends DefaultSessionCloseStrategy
Just proves that we can override sesion closing behaviour.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.web.DefaultSessionCloseStrategy
DEFAULT_SESSION_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description HacSessionCloseStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseSessionInHttpSession(javax.servlet.http.HttpSession httpSession)-
Methods inherited from class de.hybris.platform.servicelayer.web.DefaultSessionCloseStrategy
closeJaloSession, removeJaloSessionFromHttpSession, setTimeoutOnHttpSessionCreation
-
-
-
-
Method Detail
-
closeSessionInHttpSession
public void closeSessionInHttpSession(javax.servlet.http.HttpSession httpSession)
- Specified by:
closeSessionInHttpSessionin interfaceSessionCloseStrategy- Overrides:
closeSessionInHttpSessionin classDefaultSessionCloseStrategy
-
-