You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should tighten this up in CMS 6 - we can't do it sooner than that for BC reasons.
Acceptance criteria
Session.cookie_samesite configuration property is set to 'Strict' by default
Session.cookie_secure configuration property is set to true by default
Documentation is updated to reflect the new defaults, and to say how to loosen them (and an example of an appropriate scenario in which to do that, or if no such scenario is discovered, a warning to not do it unless they're sure they know what they're doing)
Changelog clearly calls out this change and how to revert it if needed
The text was updated successfully, but these errors were encountered:
In https://docs.silverstripe.org/en/developer_guides/cookies_and_sessions/sessions/#cookies there is clear guidance for how to make a session secure - but that should be the default. Developers can then loosen that as needed for their circumstances.
We should tighten this up in CMS 6 - we can't do it sooner than that for BC reasons.
Acceptance criteria
Session.cookie_samesite
configuration property is set to'Strict'
by defaultSession.cookie_secure
configuration property is set totrue
by defaultThe text was updated successfully, but these errors were encountered: