Hello, I have been dealing with a session problem. If I login to my web application putting the URL like this "http://localhost:8080..." all works fine. Once Spring Security authenticate user and password and redirect to index.jsp and i change the URL server name (i put 127.0.0.1 against localhost), spring security invalidates session and appears the login page again.
can i put something in theconfiguration xml file to solve this issue and makes session does not invalidate ?


