CGI-Session - Suggestion: Memcached support

Posted on Sun Mar 12 00:21:07 2006 by jc1x
Suggestion: Memcached support
Hi, I've been using CGI::Session for a bit and find it works well. My thanks. If there aren't already plans, may I suggest that memcached (Cache::Memcached) support is added? ie. CGI::Session::Driver::memcached http://search.cpan.org/~bradfitz/Cache-Memcached-1.15/Memcached.pm It's a distributed memory based storage and doesn't need to incur the cost of connecting to a database while allowing multiple servers to service the user. Memcached is in use by livejournal/wikipedia/slashdot/etc so it's pretty solid.
Write a response