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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/