initial import of catalyst.
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / README
1 NAME
2     Catalyst::Plugin::Session::FastMmap - FastMmap sessions for Catalyst
3
4 SYNOPSIS
5         use Catalyst 'Session::FastMmap';
6
7         $c->session->{foo} = 'bar';
8         print $c->sessionid;
9
10 DESCRIPTION
11   EXTENDED METHODS
12    finalize
13    prepare_action
14    setup
15   METHODS
16    session
17    uri
18     Extends an uri with session id if needed.
19
20         my $uri = $c->uri('http://localhost/foo');
21
22 SEE ALSO
23     Catalyst.
24
25 AUTHOR
26     Sebastian Riedel, "sri@cpan.org"
27
28 COPYRIGHT
29     This program is free software, you can redistribute it and/or modify it
30     under the same terms as Perl itself.
31