Tuesday, November 29, 2011

How can i clear values in sessions.

one solution is use session.invalidate() to clear the sessionor session.removeAttribute("Object Name") to unbound an Object from session
Category:JSP Interview Questions

No comments:

Post a Comment