Hello folks,
I am using Spring Security 3.1.3.
I created a login page myself; when the user logs in successfully he is redirected to the "/". No prob till here..
the Login url is
localhost:8080/org/login

and after login it is
localhost:8080/org/

Now when i again enter the login url "localhost:8080/org/login" in a different tab of the same browser or put the login url in the address bar and hit enter, i again get the same login page; rather it should redirect to the already logged in page !

So how can i do this. Please help.