You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by jalal udeen <ja...@gmail.com> on 2007/05/15 15:13:56 UTC

session is not destroyed

hi

              im adding some object to list and  the list is added to
session finally i invalidate session but the values of list is again still
there session is not destroyed what to do fo this pls

thanks
jalal

Re: session is not destroyed

Posted by Lance <la...@marketpipe.com>.
HttpSession.invalidate() will remove all attributes from the session and 
consequent calls to getAttribute() on an invalidated session will cause 
an IllegalStateException.
It could be that an attribute with the same name is in another scope 
(page, request or application) and is being picked up by 
pageContext.findAttribute() somewhere.

Can you send through some code?

jalal udeen wrote:
> hi
>
>              im adding some object to list and  the list is added to
> session finally i invalidate session but the values of list is again 
> still
> there session is not destroyed what to do fo this pls
>
> thanks
> jalal
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org