Skip to content

Commit 035fd86

Browse files
authored
Update session.php
1 parent 2dda29a commit 035fd86

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/session.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@
4646

4747
'cookie_path' => '/',
4848

49-
'http_only' => true,
50-
5149
'domain' => '',
50+
51+
'http_only' => true,
5252

5353
'secure' => false,
54+
55+
'same_site' => '',
5456

5557
'gc_probability' => [1, 1000],
5658

57-
'same_site' => '',
5859
];

0 commit comments

Comments
 (0)