In a RESTful application I'm working I'd like to be able to load a session based on the sessionid which is sent with the HTTP headers. The application will, at a later stadium, get a webinterface as well so I'd still like to use cookies, except for the RESTful part I want to be able to choose.
What would be the best approach on this problem. Write a Catalyst::Plugin:Session::State based module? If so, some pointers on doing so would be nice. I'm not very familiar with Catalyst and Moose, so I'm struggling a bit on this part. Thanks, Christiaan _______________________________________________ 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/
