Hi all,

sometimes I want to force remove form objects that are stored in session.
I was trying to do this by using the following code:

        HttpSession session = request.getSession(  );
        session.invalidate();

However, I've seen that this doesn't work and sometimes the object remains in session - and the information is available on the jsp once I go back to it.

So perhaps someone could tell me the correct way to remove form beans from the session object.
thanks very much,
Brian


_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



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



Reply via email to