7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
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.
|