> -----Original Message-----
> From: Aristotle Pagaltzis [mailto:[email protected]]
> Sent: Thursday, January 08, 2009 11:28 AM
> To: [email protected]
> Subject: [Catalyst] Re: Production session issue - commercial
> supportinquiry?
>
> Hi Matt,
>
> * Matt Pitts <[email protected]> [2009-01-08 16:35]:
> > - users "seeing" other user's items in their Cart
> > - "club" members updating their information, but the update
> > gets tied to another member
>
> why not put this information into the model (or a secondary
> model)? Then you can skip sessions altogether and can reduce
> cookie use to auth credentials (see Plugin::AuthenCookie).
The actual information is in the model, I'm just using the session to
store a reference - $c->session->{cart_id}. Also, C::Authentication is
using the session to store logged in user info. My usage of Session is
very basic and the only thing being written to the cookie is the session
id. I don't think P::AuthenCookie would help in this situation.
Thanks for the response.
v/r
-matt
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/