* Devin Austin <[email protected]> [090625 10:12]: Hi Devin,
> Check this out: > http://search.cpan.org/~dkamholz/Catalyst-Plugin-Session-PerUser-0.03/lib/Catalyst/Plugin/Session/PerUser.pm unfortuantely, I don't have any issues with my session management, which this module could help me with. My issue is with the model. The models inflation/deflation to/from DateTime objects should depend on the current user (namely her timezone property). > I mean, you're going to have to retrieve each record per user anyway, > why not retrieve, convert, and stuff it into the per-user session? I cannot store all these times in the session, since I have a few million database entries that all have different timestamps, that should be converted transparently whenever I need them. Christian -- http://www.invicro.com/ _______________________________________________ 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/
