- All Implemented Interfaces:
- EventListener, javax.servlet.http.HttpSessionListener
@WebListener(value="TraceSessionListener to create sessionIds on session creation and remove it instead from the Builder backend on session termination.")
public class TraceSessionListener
extends Object
implements javax.servlet.http.HttpSessionListener
Warning: This boot assumes that the HttpSessionListener is executed on the same thread as the request handling.
This might not work for every servlet container.
It should at least work for the following containers:
- Since:
- JDK 1.8+
- Version:
- 6.2.0
- Author:
- Kimi Liu