Bug 4865 - support storing CGI sessions using memcached
Summary: support storing CGI sessions using memcached
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: 3.4
Hardware: All All
: P3 enhancement (vote)
Assignee: Chris Cormack
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-09 13:30 UTC by Galen Charlton
Modified: 2012-10-25 23:09 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Remove warning introduced by patch (809 bytes, patch)
2011-04-06 17:23 UTC, Colin Campbell
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Galen Charlton 2010-06-09 13:30:04 UTC
Using memcached instead of MySQL to store CGI::Session data should offer a performance improvement.
Comment 1 Galen Charlton 2011-04-03 02:37:31 UTC
Patches by Chris Cormack signed off and submitted again.
Comment 2 Chris Cormack 2011-04-03 22:40:09 UTC
Pushed, please test
Comment 3 Colin Campbell 2011-04-06 17:23:31 UTC
Created attachment 3760 [details] [review]
Remove warning introduced by patch
Comment 4 Colin Campbell 2011-04-06 17:25:22 UTC
variable $memcached in a void context in the BEGIN block causes users of C4::Auth to report compile time warnings