On 2006-11-08 13:07:04 +1000, Ivan Wills wrote: > Is it possible to tell C::P::Session::Store::DBIC (or in fact any > Session::Store plugin) to express the session expiry time as a time > stamp (particularly with a time zone) ranther than as an integer.
Take a look at Catalyst::Plugin::Session::Store::Delegate; it gives you more control over how the sessions are stored. -- Daniel Westermann-Clark _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
