Hi everybody

First at all, I'm using a rather old version of cakePHP (1.1 ?)
without Config:write() functionality.

I'm facing strange behavior on a server that I can not explain in
'cake/libs/session.php'.

in the __construct() method, session_start() can not retrieved the
session from the cookie value.

Before calling 'session_start', the session's id is well known from
cookie
 $_COOKIE[session_name()]
but not the id (session_id())

After the call to session_start(), a new session's id is generated, as
session_start() can not retrieved the session's ID from cookie.

CAKE_SESSION_SAVE 'php' mode or 'cake' mode makes not change.

Somebody has a idea to explain this strange behavior ?
Thanks..

Marc.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to