Skip to content

Commit

Permalink
Removing framework.session.cookie_samesite < FrameworkBundle 4.2
Browse files Browse the repository at this point in the history
The `cookie_samesite` option is not available before Symfony 4.2, having this in the recipe results in an error:

> Unrecognized option "cookie_samesite" under "framework.session"
  • Loading branch information
stefantalen authored Dec 15, 2023
1 parent 0835fa3 commit a1e73d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ framework:
# Remove or comment this section to explicitly disable session support.
session:
handler_id: null
cookie_samesite: lax

#esi: true
#fragments: true
Expand Down

0 comments on commit a1e73d8

Please sign in to comment.