13 Sep
2016
13 Sep
'16
11:19 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11921 --- Comment #29 from Jacek Ablewicz <abl@biblos.pk.edu.pl> --- To work in (so-so) reliable way, this feature (using memcached for storing CGI sessions) $session = new CGI::Session( "driver:memcached;serializer:yaml;id:md5", $sessionID, { Memcached => $memcached } ); desperately needs a possibility to use it's own separately configured memcached server instance for that task. Otherwise the risk for user sessions being occasionally kicked out in semi-random fashion is pretty substantial. -- You are receiving this mail because: You are watching all bug changes.