[Jifty-commit] r1442 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jul 2 21:38:38 EDT 2006


Author: alexmv
Date: Sun Jul  2 21:38:37 2006
New Revision: 1442

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

Log:
 r14719 at zoq-fot-pik:  chmrr | 2006-07-02 21:38:31 -0400
  * We don't need to set the cookie *twice* per request.  If you change
 the expires of the cookie, you need to call set_cookie yourself again.


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Sun Jul  2 21:38:37 2006
@@ -342,7 +342,6 @@
             $self->request->do_mapping;
         }
     }
-    $self->session->set_cookie();
 
     # If there's a continuation call, don't do the rest of this
     return if $self->response->success and $self->request->call_continuation;


More information about the Jifty-commit mailing list