3560b68de8
Session in a Cookie. PR: ports/89172 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
8 lines
300 B
Text
8 lines
300 B
Text
In order for Catalyst::Plugin::Session to work the session ID needs to
|
|
be stored on the client, and the session data needs to be stored on the
|
|
server.
|
|
|
|
This plugin stores the session ID on the client using the cookie
|
|
mechanism.
|
|
|
|
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/
|