morning mate,

absolutely spot on!

no need to worry about that sort of thing with Cake. All you need to
do is decide the form of Sessions you would ike to use; Database, File
or Cake, and then call the Session Component functions whenever you
need to access the session.

http://manual.cakephp.org/chapter/session

Functions like

$this->Session->valid()

$this->Session->check('VarName')

$this->Session->write('VarName')

$this->Session->read('VarName')

$this->Session->del('VarName')

Too easy!

Cheers,
mikee

On 18/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> i am new to the session in cake
>
> // Start or find the session
>
> session_start( );\\ in php you should do it all the time
>
>
> in cake ,we dont care session start stuff ,the cake already done it .
>
> is that ture?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to