Thursday, 8 August 2013

SessionListener for session modification in Tomcat

SessionListener for session modification in Tomcat

I am looking for a way to monitor what kind of data is stored in sessions.
I know there is session listener which has methods called when session is
created or destroyed but what about session modification? Is there any
listener to run when data in sessions in modified, ex. when adding new
value or modifying old one?

No comments:

Post a Comment