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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  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.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to