I have a site where some sections are accessed via HTTPS ( login, payments ) while the rest is accesses via HTTP. Currently I have a problem where I get a different session data for each protocol.
On my windows development environment everything works fine - when using either HTTPS or HTTP cake retrieves and stores the same session record from the cake_sessions table. However on the production system (linux) I get two session records created in the cake_sessions table - one for HTTP and one for HTTPS. I have updated to the latest cake_1.1.12.1797 and the result is the same Can someone suggest what may be the issue here and how to get just one session for both HTTPS and HTTP protocols. Thanks, Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
