That one line change breaks on Apache 1.3.x and mod_perl 1. It causes a new session and session id to be created on each request.

-    my %c = $self->{cookie_class}->fetch;
+    my %c = $self->{cookie_class}->fetch( @{ $self->{new_cookie_args} } );

Reverting to the 0.19 package fixed my just-developed web site.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to