18 Session Fixation Prevention - Reference Documentation
Authors: Burt Beckwith, Beverley Talbott
Version: 2.0.0
18 Session Fixation Prevention
To guard against session-fixation attacks set theuseSessionFixationPrevention attribute to true:grails.plugin.springsecurity.useSessionFixationPrevention = true| Property | Default Value | Meaning |
|---|---|---|
| useSessionFixationPrevention | true | 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. |