Re: session problem or misunderstanding.

2010-12-20 Thread georgeman
, but don't remember How I did it. -Original Message- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of James K Sent: Sunday, December 19, 2010 7:24 PM To: CakePHP Subject: Re: session problem or misunderstanding. Do you have the Session component

Re: session problem or misunderstanding.

2010-12-19 Thread georgeman
did you try to echo var_dump($_SESSION); ? On Dec 19, 9:40 pm, cake-learner sh.koiz...@gmail.com wrote: I am trying to pass a variale with session but without success for a while. within the same controller i go $this - Session - write( 'id', 1 ); $this - Session - read( 'id' ); i gotta

Re: session problem or misunderstanding.

2010-12-19 Thread James K
Do you have the Session component enabled for the controller? If you debug out $this-Session you should get a debug out of the object. If you're getting nothing, it could also be that you have debug turned off in your core.php config file. On Dec 19, 9:40 pm, cake-learner sh.koiz...@gmail.com

RE: session problem or misunderstanding.

2010-12-19 Thread Shinya Koizumi
: session problem or misunderstanding. Do you have the Session component enabled for the controller? If you debug out $this-Session you should get a debug out of the object. If you're getting nothing, it could also be that you have debug turned off in your core.php config file. On Dec 19, 9:40 pm