Hi again. Anyone had this thing? I use PHP sessions and in login()
action, when user is authenticated i set:
$_SESSION['login']=$this->data['User']['login']
Under this line i use: var_dump($_SESSION) to check if the variable
was set. And it is.
The problem is, it doesn't exist outside the users controller... in
layout I try to var_dump($_SESSION) and it doesn't seem to have set
'login' ...
what's the matter? thanks in advance


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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