
- Forum
- Programming Talk
- Java
- Is there any Option
Is there any Option
This is a discussion on Is there any Option within the Java forums, part of the Programming Talk category; I want to discard the session and also release any objects stored as attributes associated with it. Is there any ...
-
Is there any Option
I want to discard the session and also release any objects stored as attributes associated with it. Is there any method available for this in JSP. If so can someone provide me the syntax and usage of the same
-
You can make use of removeAttribute() method of JSP to discard the session and also release any objects stored as attributes associated with it. Hope you know the syntax for doing this. If you are not aware of it let me know I will explain you in brief.

Reply With Quote





