* hubert depesz lubaczewski <[EMAIL PROTECTED]> [2007-03-14 06:40]: > can you point me to a direction (manual/webpage/example) where > i can read about setting session object from 2 different > cookies? i.e. with some logic about which session_id to choose.
The default modules don’t provide this, from what I can tell. However, C::Session::State::Cookie consists of <100 lines of pretty simple code; just read the source. A patch to support multiple different cookie names would be quite easy to implement. (Or a subclass, failing that.) Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/