Re: Invalidating session
Limited, Registered Office: 201 Deansgate, > Manchester M3 3NW Registered Number 885896 England. > > __ > This email has been scanned by the MessageLabs Email Security System. > > -
Invalidating session
Hi all I came across this page for invalidating the session http://struts.apache.org/2.0.11.2/docs/how-do-we-get-invalidate-the-sess ion.html It mentions this way of invalidating the session: if (session instanceof org.apache.struts2.dispatcher.SessionMap) { ((org.