[Koha-bugs] [Bug 11369] 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
Wed Feb 26 17:00:29 CET 2014


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

Fridolin SOMERS <fridolyn.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolyn.somers at biblibre.co
                   |                            |m

--- Comment #8 from Fridolin SOMERS <fridolyn.somers at biblibre.com> ---
I've signed with a few trivial changes : 
  - I've set : scsCookieKeys.length >= 10 instead of > to maintain 10 cookies
max.
  - I've removed '<<' from '//EO Bug_11369' because it is better not using
several '<' like in patch conflicts (<<<<<<).

@Jonathan indeed, the could use session but it seems that it tries to use
maximum javascript only.
For me best of all would be using the HTML5 SessionStorage feature.

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


More information about the Koha-bugs mailing list