public class HttpSessionMutexListener extends Object implements javax.servlet.http.HttpSessionListener
CsrfConstants.CSRF_SESSION_MUTEX
session attribute and the HttpSessionMutexListener needs
to be registered as a listener in web.xml.| Constructor and Description |
|---|
HttpSessionMutexListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerCopyright © 2014–2019 camunda services GmbH. All rights reserved.