Skip to content

Commit

Permalink
Expand CSRF token validity
Browse files Browse the repository at this point in the history
(fix #2163)
  • Loading branch information
zerocrates committed Apr 1, 2024
1 parent 99a36e5 commit 3d29f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/Form/Initializer/Csrf.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __invoke(ContainerInterface $container, $form)
'options' => [
'label' => 'CSRF',
'csrf_options' => [
'timeout' => 3600, // 1 hour
'timeout' => 43200, // 12 hours
],
],
]);
Expand Down

0 comments on commit 3d29f1b

Please sign in to comment.