Re: Undefined property: View::$Session

2010-07-22 Thread Roger
On Controller and Component use: var $components = array ('Session'); $this->Session->check(...); On View and Element, use: in Controller: var $helpers = array ('session'); in View: $session->check(...); Check out the new CakePHP Questions site http://cakeqs.org and help others with their Cak

Re: Undefined property: View::$Session

2010-07-21 Thread Jeremy Burns | Class Outfit
What are you calling and what error are you getting? Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 21 Jul 2010, at 19:01, Abby wrote: > I am getting this error when I am using check function. I have added > Session to helper and component in my controller b

Undefined property: View::$Session

2010-07-21 Thread Abby
I am getting this error when I am using check function. I have added Session to helper and component in my controller but that doesnt seem to help. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because y