From: "Alexander Mueller" <[EMAIL PROTECTED]>

> I am not entirely sure what the following paragraph at
> http://at2.php.net/manual/en/function.session-regenerate-id.php shall
> mean
>
> > As of PHP 4.3.3, if session cookies are enabled, use of
> > session_regenerate_id() will also submit a new session cookie with the
> > new session id.
>
> What did it in 4.3.2? Somehow it seems its not working prior to 4.3.3
> and even now its not fully compatible with Opera.

PHP 4.3.2 created a new session ID, but it didn't resend the cookie. So the
next request would include the old session ID again from the cookie.

What are you trying to do?

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to