> Chris Lintz wrote: > > > > Hi, > > When a user logouts of the site, i want to kill the session and have it be > > removed from disk immediately. I have extended WebSession properly, but > > no methods on the WebSession class seem to do the trick for me. > > > > Is there a way to to trigger the removal of the session cleanly from disk > > via the SessionStore or some other approach? > > > > I think this is done automatically when you call session.invalidate().
Yep, that should do the trick. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
