Spring/Tomcat 6 Session Expiration Issue?

This is done by spring-security. Spring security stores the request details in the session before redirecting the user to the login page. On successful login it will retrieve the request details from the session and redirect to that.

This is done by spring-security. Spring security stores the request details in the session before redirecting the user to the login page. On successful login it will retrieve the request details from the session and redirect to that.

You can set the always-use-default-target attribute of the form-login configuration to override this behavior.

That worked perfectly. Thank you so much. After reading the documentation for default-target-url I can see exactly where it says that this was causing the error.

– Nicholas Oct 7 at 14:17.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions