I am doing kind of the same thing in HttpSessionStore#onUnbind(String sessionId), but I have to keep track of all the sessions. I have a use case that requires me to log off everyone at once.
Hope this helps you. > -----Original Message----- > From: BatiB80 [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2008 10:11 AM > To: [email protected] > Subject: Get informed about invalidation of a session > > > > Hi together, > > I want to store some user related information (something like last viewed > articles) in the session instance for this user. During one > session I simply > store the information directly in the session. But when the > session is being > invaldidated I want to persist the information in the database. > Therefore I > need to get informed when a session is being invalidated. > > Does anybody know how I can reach this? > > Thanks in advance, > Sebastian > -- > View this message in context: > http://www.nabble.com/Get-informed-about-invalidation-of-a-session > -tp16447452p16447452.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
