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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to