| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |
HTTP::Session::Store::Memcached - store session data in memcached
HTTP::Session->new(
store => HTTP::Session::Store::Memcached->new(
memd => Cache::Memcached->new(servers => ['127.0.0.1:11211']),
),
state => ...,
request => ...,
);
store session data in memcached.
instance of Cache::Memcached or Cache::Memcached::Fast.
session expire time(in seconds)
for internal use only
| HTTP-Session documentation | view source | Contained in the HTTP-Session distribution. |