[Catalyst] Auth/Session/Static Bug?
Christopher H. Laco
claco at chrislaco.com
Mon Dec 5 06:34:01 CET 2005
I've got the following loaded:
> -Debug
> Static::Simple
> FormValidator
> FillInForm
> Authentication
> Authentication::Store::Minimal
> Authentication::Credential::Password
> Authorization::Roles
> Session
> Session::State::Cookie
> Session::Store::File
Once I added my first bit of static content to my templates (a css
file), my session cookies starting going crazy and my sessions would get
lost. Once I changed my plugin order to:
> -Debug
> FormValidator
> FillInForm
> Authentication
> Authentication::Store::Minimal
> Authentication::Credential::Password
> Authorization::Roles
> Session
> Session::State::Cookie
> Session::Store::File
> Static::Simple
The problem went away. Is this a known bug?
Is there a preferred order to the auth/session/static stuff?
-=Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20051205/48da973c/signature.pgp
More information about the Catalyst
mailing list