I'm using Struts 2 - I have an action class that implements the SessionAware interface. How do I invalidate the session? I dont see any invalidate() method there. Is just calling session.clear() enough? Does that just remove entries from the session map or does it call the invalidate() method on the HttpSession as well?
Thanks Srinivas -- View this message in context: http://www.nabble.com/-S2--Session-Invalidation-through-SessionAware-interface-tf4003103.html#a11369750 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]