Re: CakePHP Session on MAMP

2010-09-10 Thread td-nathan
What version of Cake do you have installed? On Sep 8, 7:20 pm, xwteoh wrote: > I encounter a weird problem where I tried to search around and doesn't > find the answer. Hope someone could help me over here. > > My problem: > > I set a session by calling "$this->Session->write('Suppliers', > $supp

CakePHP Session on MAMP

2010-09-09 Thread xwteoh
I encounter a weird problem where I tried to search around and doesn't find the answer. Hope someone could help me over here. My problem: I set a session by calling "$this->Session->write('Suppliers', $suppliers);" my controller. However when I do "$this->Session- >read('Suppliers');" at another