Skip to Main Content

Problem with session.removeAttribute()

843836May 3 2005 — edited May 3 2005
Hi,
After doing
<% session.removeAttribute("USER");%>
from one jsp, if i say
<% =session.getAttribute("USER") %>
in another jsp, I still get the value of the session variable USER.

Can anybody tell what might be the problem ???

Thanks !
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on May 31 2005
Added on May 3 2005
6 comments
175 views