>From within my controller if I print the entire session:
$this->Session->read()
It returns:
Array ( [Config] => Array ( [userAgent] =>
cbc2e74d1e45abcccfdc85ca016f6426 [time] => 1194988565 [rand] =>
1309992527 ) [User] => Array ( [id] => 1 [username] => brehg
[password] => DEB8ABLE [email] => [EMAIL PROTECTED] [first_name] =>
Brian [last_name] => Rehg ) )

If I try to print an element within the array:
$this->Session->read('first_name');
returns:
nothing


What am i doing wrong


--~--~---------~--~----~------------~-------~--~----~
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