Hi i am new to JSP. I am setting a boolean value for session attribute in the java class. Now i am getting the same in the jsp using session.getAttribute("session attribute") method. Now i want to remove the session value in jsp. How could i achieve this??? Plz Help..

Recommended Answers

All 4 Replies

By setting it to null.

Thanks java addict!!!

you can also Use this session.RemoveAttribute(sessionname);

pls give me one example for creating the session and how to remove session

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.