]> git.koha-community.org Git - koha.git/commit
Bug 36102: Generate a new sessionID if the existing one is invalid
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 20 Feb 2024 13:01:04 +0000 (14:01 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 10:00:33 +0000 (11:00 +0100)
commit919d0d4c02a35686083aa11351d092df4d348417
treed729b8369184584df55f3e383c8d77b7c70a07dc
parente533d5745c558abb7c089b71230ca33355db8c99
Bug 36102: Generate a new sessionID if the existing one is invalid

If the cookie contain an expired sessionID we need to create another
one to correctly generate the CSRF token.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/InstallAuth.pm