We are using Spring Security for managing authentication. The issue we are seeing is that when a user\'s session is timed out between bringing up a GET form and hitting the sav
It looks like the session-fixation-protection="newSession" attribute on (2.0) or (3.0) will also resolve the issue