I have a Cake 1.2 Build setup on my server with 3 virtual hosts pointed to it.
1) www.domainA.com 2) www.domainB.com 3) www.domainC.com All point to the same app and generate different content based in the $_SERVER['SERVER_NAME'] parameter. Everything is working great except on www.domainA.com and www.domainC.com the Session ID gets reset on EVERY page refresh. I can't for the life of me figure out why this is. My core.php has the following attributes: debug = 1 session.save = cake (tried php and database to no avail - also note when using 'database' refreshes would create 3 entries per 1 refresh?!) checkAgent = false Security.level = low AutoStart sessions = false Any reasons why this might be happening? Is there any way to cut Cake's Session handler out of my app? I feel like if I had manual control over every session call I would be able to debug this better. I seem to have the same problems with the Cookie component as well... Much appreciation --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
