[Jifty-commit] r1419 - in jifty: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jul 1 16:29:39 EDT 2006


Author: nelhage
Date: Sat Jul  1 16:29:39 2006
New Revision: 1419

Modified:
   jifty/   (props changed)
   jifty/trunk/lib/Jifty/Web/Session.pm

Log:
 r13504 at phanatique:  nelhage | 2006-06-30 14:35:52 +0200
 Clarifying that we will do serialization for you


Modified: jifty/trunk/lib/Jifty/Web/Session.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Session.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Session.pm	Sat Jul  1 16:29:39 2006
@@ -122,7 +122,9 @@
 
 Sets the value C<VALUE> for C<KEY> for the session.  C<TYPE>, which
 defaults to "key", allows values to be set in other namespaces,
-including "metadata" and "continuation".
+including "metadata" and "continuation". C<VALUE> can be an arbitrary
+perl data structue -- C<Jifty::Web::Session> will serialize it for
+you.
 
 =cut
 


More information about the Jifty-commit mailing list