ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
358 B
Text
8 lines
358 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 cheats and instead of storing the session id on the client,
|
|
it simply embeds the session id into every URI sent to the user.
|
|
|
|
WWW: https://metacpan.org/release/Catalyst-Plugin-Session-State-URI
|