Hello!

Is there any way to clear all the session/state data for all users ?

I have tried implementing an ISessionStore (SecondLevelCacheSessionStore) that hangs on to (wicket) Sessions between onBind and onUnbind. When I want to clear then, I call invalidate() on all sessions.

This does not work because "invalidate()" needs to be called within the Request for that Session.

Any ideas?

Thanks
ryan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to