Bug 38323 - Actions don't complete after logging back in after timeout
Summary: Actions don't complete after logging back in after timeout
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-01 13:45 UTC by Lucas Gass (lukeg)
Modified: 2024-11-04 14:45 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2024-11-01 13:45:30 UTC
This is a change in behavior that is occurring due to CSRF protection ( Bug 34478 ). 

Prior to 24.05:
1. Set timeout to something low for testing.
2. Checkout some items 
3. Go to check in screen, wait until you are sure that you'll be timed out. 
4. Check an item in
5. You will be forced to login back in, once you've done so the action completes.

After 24.11: 
-At step 5, after logging back in, the check in does not complete and the user just again check in the item.
Comment 1 Lucas Gass (lukeg) 2024-11-01 13:45:55 UTC
My example is check in but the same can be true of many other actions in Koha, I think.
Comment 2 Donna 2024-11-01 14:00:05 UTC
Is this really something that should be changed?  I don't think actions should complete when you are logged back in.  It seems to me that this update is now making Koha work the way it should have always worked.  It's pretty much understood that across the webs, if your session timeout/ends/you log out, you have to start over again.