When httpsession times out, is there a way to log something like "Httpsession with JessionId :'blabla' time out"?
Asked
Active
Viewed 31 times
1 Answers
0
This is possible using HttpSessionBindingListener
. An answer similar to what you need was posted here
Basically you can add your log by overriding the valueUnbound
method.

Community
- 1
- 1

Luke Bajada
- 1,737
- 14
- 17