Forum: JSP May 20th, 2008 |
| Replies: 3 Views: 1,099 Re: How to logout!!! well u could logout by using these methods
1) using the session.invalidate();
2) restricting the user from using the login details (when using the back button) by refreshing the page.
3) Using the... |