Bug 8865 - Re-logging in needs to pass POST & GET arguments
Summary: Re-logging in needs to pass POST & GET arguments
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Authentication (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 15:42 UTC by Kyle M Hall
Modified: 2021-02-05 07:50 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2012-10-02 15:42:42 UTC
When a librarian is forced to re-login for an action ( either for super-librarian privileges, or because of a timeout ), this should pass in both GET and POST arguments to the page that we forward to. Not doing so causes problems, a case in point is bug 8860's error message.
Comment 1 Martin Renvoize 2014-12-30 18:46:30 UTC
Is this still relevant at all Kyle.. or is this one a good condidate for tidy up?
Comment 2 Dobrica Pavlinusic 2017-06-05 12:08:32 UTC
There is also potential for data loss: if you are editing an item which results in post request and then you wait on same page (result of post) for session to time-out, Koha will re-submit this page (without any params) thus erasing item data you entered before the session ended.

Unfortunately, we did see this one last week.