I'm just triyng to get the basic auth working.  While in the login()
function I can read my session data fine be using
$this->Session->read('User').

However once I redirect to another function, index(), calling
$this->Session->read('User') nothing.  Similarly in my view:
index.ththml if I use $this->Controller->Session->read('User') I get
nothing.

Now, there is session data, which I can show by using
print_r($this->Session->read()) but nothing in there for User.  The
same goes if I use php's $_SESSION.

I'm actually new to php and cakePHP, so I might be missing something
simple.


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

Reply via email to