Hi ALL, i have the following problem: the session data is not written completely. I am redirect to login page every time the Session->check().
print_r($this->Session->read()); -----> Outside JAKE: Array ( [Config] => Array ( [userAgent] => a8b20f090b3faef97fe11ddaa7993bc6 [time] => 1239650982 [timeout] => 10 ) [Message] => Array ( ) [Auth] => Array ( ) [sessao] => Array ( [id] => 1 [username] => thiago [group_id] => 1 [created] => 2009-04-07 17:46:14 [modified] => 2009-04-07 17:46:14 ) ) print_r($this->Session->read()); -----> Inside JAKE: Array ( [Config] => Array ( [userAgent] => a8b20f090b3faef97fe11ddaa7993bc6 [time] => 1239650958 [timeout] => 10 ) ) *sorry for my poor english --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
