Skip to Main Content
Forums
Search
Required
Search Scope
All Domains
This Domain
Required
Install App
Sign In
Java EE (Java Enterprise Edition) General Discussion
Go back
New Post
Problem with session.removeAttribute()
843836
May 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
Please sign in to comment
Toggle
Dismiss
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked
on May 31 2005
Added on May 3 2005
#javaserver-pages-jsp-and-jstl
6 comments
240 views
---
---