fix crash bug after restart with active session.
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / README
CommitLineData
bf2bce67 1NAME
2 Catalyst::Plugin::Session::FastMmap - FastMmap sessions for Catalyst
3
4SYNOPSIS
5 use Catalyst 'Session::FastMmap';
6
7 $c->session->{foo} = 'bar';
8 print $c->sessionid;
9
10DESCRIPTION
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
22SEE ALSO
23 Catalyst.
24
25AUTHOR
26 Sebastian Riedel, "sri@cpan.org"
27
28COPYRIGHT
29 This program is free software, you can redistribute it and/or modify it
30 under the same terms as Perl itself.
31