19 Session Fixation Prevention - Reference Documentation
Authors: Burt Beckwith, Beverley Talbott
Version: 1.2.7.3
19 Session Fixation Prevention
To guard against session-fixation attacks set theuseSessionFixationPrevention attribute to true:grails.plugins.springsecurity.useSessionFixationPrevention = true| Property | Default Value | Meaning |
|---|---|---|
| useSessionFixationPrevention | false | Whether to use session fixation prevention. |
| sessionFixationPrevention.migrate | true | Whether to copy the session attributes of the existing session to the new session after login. |
| sessionFixationPrevention.alwaysCreateSession | false | Whether to always create a session even if one did not exist at the start of the request. |