[Koha-bugs] [Bug 11369] New: Too many search cursor cookies overflow HTTP-header size, when making multiple searches in the staff client.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 10 18:00:24 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11369

            Bug ID: 11369
           Summary: Too many search cursor cookies overflow HTTP-header
                    size, when making multiple searches in the staff
                    client.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: olli-antti.kivilahti at jns.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

When making a new search or navigating the search result pages,
catalogue/search.pl->browser.js generates a search cursor cookie for every page
change or search. When 30+ search/page change -actions are done, browser has
collected 30+ search cursor cookies.

This causes the HTTP-header to bloat and get rejected by apache2. User needs to
reset cookies to get rid of this issue and be able to continue using Koha.

------------
- SOLUTION -
------------

Name searchCookies (search cursor cookies) as "scs_<timestamp>" and remove the
3 oldest cookies if more than 15 searchCookies are present.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list