Re: how i use the cakephp session in vendor module?

2008-10-06 Thread [EMAIL PROTECTED]
i want to use the $_SESSION['var'] variable in my third party. so how can i access. is cake use the cookie for session. i want $_SESSION. i am confused --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group.

how i use the cakephp session in vendor module?

2008-10-05 Thread Nasir Khan Jr
hi, i am new in cakephp. i have a problem in using the third party module e;g. chat i want to use the cakephp session in this module when i print the session variable in cakephp controller it shows the value but in third party modules i am not able to get the session variables y pleas any one

Re: how i use the cakephp session in vendor module?

2008-10-05 Thread teknoid
make sure the session name (cookie name) is the same in both apps. see core.php On Oct 5, 1:02 am, Nasir Khan Jr [EMAIL PROTECTED] wrote: hi,   i am new in cakephp. i have a problem in using the third party module e;g. chat i want to use the cakephp session in this module when i print the