Re: How to access Cake Session Variables from a Stand Alone PHP script

2008-05-09 Thread [EMAIL PROTECTED]
We have hybrid legacy application/cake application and do this frequently. Here's how I do it: In my core.php: define('CAKE_SESSION_SAVE', 'php'); define('CAKE_SESSION_COOKIE', 'PHPSESSID'); #This is the default PHP cookie name, if you changed the default make this match define('CAKE_SECURITY', '

Re: How to access Cake Session Variables from a Stand Alone PHP script

2008-05-08 Thread Esoteric
i couldn > access > > On Thu, May 8, 2008 at 11:23 AM, Lakshmi <[EMAIL PROTECTED]> wrote: > > > -- Forwarded message ------ > > From: Sliv <[EMAIL PROTECTED]> > > Date: May 7, 2008 6:08 PM > > Subject: Re: How to access Cake Session Varia

Re: How to access Cake Session Variables from a Stand Alone PHP script

2008-05-08 Thread bharath kumar
ch i couldn access On Thu, May 8, 2008 at 11:23 AM, Lakshmi <[EMAIL PROTECTED]> wrote: > > > -- Forwarded message -- > From: Sliv <[EMAIL PROTECTED]> > Date: May 7, 2008 6:08 PM > Subject: Re: How to access Cake Session Variables from a Stand Alone &

Re: How to access Cake Session Variables from a Stand Alone PHP script

2008-05-07 Thread Sliv
What variables are you trying to access that are not available through $_SESSION? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To uns

How to access Cake Session Variables from a Stand Alone PHP script

2008-05-07 Thread bharath kumar
Hi All, Can anyone letme know, how to access the cakesession variables from a stand alone script. I have tried something like this and its not working. I have placed php script directly under var/www/html/test.php and and cake application under var/www/html/vhosts/cakeexample. once if i login t