I wouldn't know where to set:

Configure::write('Session.cookie', 'PHPSESSID');

But, I did change the cakephp session name in my core.php file. After
that, I still had an issue with two different session files, one in /
tmp and one in
my /app/tmp/sessoins directories. What I did was add this line to the
top of my external file and everything worked as expected:

session_save_path("/app/tmp/sessions/");

Problem solved.

On Jan 21, 11:32 pm, "R. Rajesh Jeba Anbiah"
<[EMAIL PROTECTED]> wrote:
> On Jan 22, 5:22 am, GardenWeazeL <[EMAIL PROTECTED]> wrote:
>    <snip>
>
> > I suspect it's because the cake session is named CAKEPHP and the
> > default session is called PHPSESSID.
>
>    Exactly I had the same problem lately. Set
> Configure::write('Session.cookie', 'PHPSESSID');
>
> --
>   <?php echo 'Just another PHP saint'; ?>
> Email: rrjanbiah-at-Y!com    Blog:http://rajeshanbiah.blogspot.com/

--~--~---------~--~----~------------~-------~--~----~
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