[Bug 43083] New: Simultaneous requests to CGI::Session overwrite each other's saved data, so changes can randomly disappear.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43083 Bug ID: 43083 Summary: Simultaneous requests to CGI::Session overwrite each other's saved data, so changes can randomly disappear. Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: jacob.omara@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org Target Milestone: --- Every page request loads session and saves back when it finishes. I believe when two requests from the same user run at the same time, the slower one saves an old copy over the newer one. This was spotted in the browse results pane as sometimes the search was lost, causing it to no longer appear. It's possible this was due to busc being wiped intentionally by them visiting another opac page but I spotted it while investigating. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43083 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Yeah, that's an interesting one. Why are there two requests running at the same time? Or rather... what's the context more precisely? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org