Skip to content

Commit

Permalink
add cookie_samesite to \Zend_Session::$_defaultOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbracinik authored and jaydiablo committed Mar 18, 2021
1 parent d1abdfa commit 8522a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Zend/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class Zend_Session extends Zend_Session_Abstract
'cookie_domain' => null,
'cookie_secure' => null,
'cookie_httponly' => null,
'cookie_samesite' => null,
'use_cookies' => null,
'use_only_cookies' => 'on',
'referer_check' => null,
Expand Down

0 comments on commit 8522a24

Please sign in to comment.