Am 25.07.2008 um 10:27 schrieb Daniel McBrearty:


1. checking whether there is an existing session associated this username

Session::PerUser ?


I looked briefly at this, but I'm a bit wary because
C::P::Session::Store::Fastmmap warns against being used with it. What
is PerUser doing that is special in that respect, and what is a good
backend for it?

REading the docs for it, it seems like something slightly different -
keeping the same session in place, even if the user logs in in the
middle of it, if I understand correctly?


You shouldn't store a session in a store which might lose the session
because it runs out of memory. Use a store which stores the session
permanently like DBIC.


cheers


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to