27 Sep
2011
27 Sep
'11
9:10 a.m.
On 27/09/11 6:14 PM, Alex Knowles wrote:
This is due to a bug in the session package - there's an RT ticket about it here:
https://rt.cpan.org/Public/Bug/Display.html?id=69075
basically the init method is overloaded without calling super::init.
you can either do as the patch in the RT ticket says, or rename the init method import - then the memcache config is run at startup (see attached patch)
alex
Hey all, there is a pull request on github for the same issue. https://github.com/sukria/Dancer-Session-Memcached/pull/1 Cheers Matt