Wednesday, January 31, 2007

How you can destroy the session in Servlet?

You can call invalidate() method on the session object to destroy the session. e.g. session.invalidate();


SOURCE : www.referjava.com

No comments: