Skip to content

Commit

Permalink
Lost state error.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Sep 27, 2024
1 parent 5f40169 commit 0e76f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function print_stack_trace() {
if ( defined('COOKIE_SESSION') ) {
ini_set('session.cookie_httponly', '1');
ini_set('session.cookie_secure', $CFG->DEVELOPER ? '0' : '1');
ini_set('session.use_strict_mode', '1');
// ini_set('session.use_strict_mode', '1');
} else {
ini_set('session.use_cookies', '0');
ini_set('session.use_only_cookies',0);
Expand Down

0 comments on commit 0e76f6a

Please sign in to comment.