[Catalyst] session data not always saved?

A. Pagaltzis pagaltzis at gmx.de
Fri Jun 16 10:26:17 CEST 2006


* Nathan Kurz <nate at verse.com> [2006-06-16 03:00]:
>     $c->response->status(204);
>     $c->response->body( '204 Not Changed' );

This has nothing to do with your question, but are you sure you
don’t mean 304 there? 204 is “No Content” and is the code that
should be returned for PUT or DELETE requests…

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Catalyst mailing list