Skip to content

Commit cfe0cad

Browse files
committed
samesite cookie default
1 parent 7b30ebf commit cfe0cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'cookie_domain' => '', //'.app.dev',
1212
'cookie_secure' => '', //HSTS
1313
'cookie_httponly' => 1,
14-
//'cookie_samesite' => 'lax',
14+
'cookie_samesite' => 'lax',
1515
'use_strict_mode' => 1,
1616
'use_cookies' => 1,
1717
'use_only_cookies' => 1

0 commit comments

Comments
 (0)