[Catalyst] cookies!
Kieren Diment
diment at gmail.com
Wed Feb 13 03:24:17 GMT 2008
On Feb 13, 2008 12:40 PM, Jennifer Ahn <jenahn at stanford.edu> wrote:
> How did you instantiate the cookie in the beginning of the session?
>
>
>
>
You use Catalyst::Plugin::Session for session stuff.
Adapted from the documentation:
use Catalyst qw/
Session
Session::Store::FastMmap # or some other session store -
File, DBIC and more
Session::State::Cookie # yeah you can have url sessions
and more ecoteric stuff too
/;
Both of the questions you asked are easily answered in the
documentation. If you think there is something missing from the docs
that are making them hard to use, please let us know, or for bonus
points provide us with a patch that addresses your concerns.
More information about the Catalyst
mailing list