Dave Newton wrote:
--- Sanjeewa Saman <[EMAIL PROTECTED]> wrote:
I think it do not remove the data in the session after we invalidate it.
So do you have any idea of removing the data in the session.

((org.apache.struts2.dispatcher.SessionMap)
ActionContext.getContext().getSession()).clear();

It might have been quicker to look up the JavaDocs.

Dave

True :-) but: it shouldn't be necessary to call clear(). invalidate() should cause that to happen, and subsequent requests should get a new session.

L.


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

Reply via email to