https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38327 --- Comment #18 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #17)
On the login page with "Error: Session timed out" I see a cookie with a session ID of 637b52999bc5266c383faf809a8761d8. However, I don't see a session with that ID in the database.
I waited a while to try logging in again... and now I'm able to log in fine, which is actually surprising. After the successful login I have an ID of 38f2a4db6f1e9806d5b731b6f098298d which does appear in the database...
I guess we're just checking the session ID against the CSRF token rather than validating the session ID against the database, which I guess is all right. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.