SpringSource Spring Framework tutorials and examples. Focusing on Spring 3 and above.
In my previous tips, I showed you how to configure and setup Spring Security as well as the login form autogenerated when auto-config is set to true. In this tip, I will show you how to setup the logout for your application. Basically the <logout> element will setup a Spring Security filter that will invalidate a user session. If it is used as is, the filter set up by <logout> is mapped to /j_spring_security_ logout. In order to ensure that there is no collision with the DispatcherServlet, ...
thanks...
sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone