java.lang.Object
com.predic8.membrane.core.config.AbstractXmlElement
com.predic8.membrane.core.interceptor.authentication.session.SessionManager
All Implemented Interfaces:
XMLElement, CleanupThread.Cleaner
Direct Known Subclasses:
JwtSessionManager

public class SessionManager extends AbstractXmlElement implements CleanupThread.Cleaner
Explanation

The Session Manager identifies users across HTTP requests using a session cookie.

The name of the session cookie can be specified using the cookieName attribute. The default name is "SESSIONID".

The session timeout can be specified in milliseconds using the timeout attribute. The default timeout is 5 minutes.