On Oct 9, 3:28 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Cake creates a new session. Check PHP session_name('identifier')
> function.
>
> Check config/core.php file. You will find CAKE_SESSION_STRING
> constant. Copy the parameter into application script in "myfolder"
> like this:
> session_name('your identifier from cake');
> session_start();
>
> This way your application will use the same session.
>
Or you can use ini_get('session.name'); in core.php and leave out the
session_name() calls.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---