NAME
Catalyst::Plugin::Session::Manager::Storage::FastMmap - stores session data with Cache::FastMmap
SYNOPSIS
use Catalyst qw/Session::FastMmap/;
MyApp->config->{session} = {
storage => 'FastMmap',
file => '/tmp/session',
expires => 3600,
};
DESCRIPTION
This module allows you to store session with Cache::FastMmap.
CONFIGURATION
- file
-
'/tmp/session' is set by default.
- expires
-
3600 is set by default.
SEE ALSO
Catalyst::Plugin::Session::Manager
AUTHOR
Lyo Kato <lyo.kato@gmail.com>
COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.