Hi!

I have Sessions enabled with medium security, database storage and
immediate starting (when user visits the site first).
When the user logs in, i set $this->Session->write('user',$userid);
and everythings fine ... then i redirect the user to the mainpage
$this->redirect('/');
and then the session stops for the user without cookies:
the session id isn't appended automatically in the url?!
is there a fix? is it even a bug? how can i enable to append it .. ?

cheers
stefan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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