Bug 4865

Summary: support storing CGI sessions using memcached
Product: Koha Reporter: Galen Charlton <gmcharlt>
Component: Architecture, internals, and plumbingAssignee: Chris Cormack <chris>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P3 CC: colin.campbell, paul.poulain
Version: 3.4   
Hardware: All   
OS: All   
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

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