I am newbie in SpringMVC, trying to make a logout page in an employee details application. An employee can login into his/her details and can change it. But i am confused how to set the logout page.
Please tell me the possible alternatives through which a logout page can make without using spring-security.
thanks