I found the problem - some of my redirects ended up at
domainname.com.au instead of WWW.domainname.com.au - so I ended up
with one session for www.dmainname.com.au and another one for
domainname.com.au



On Apr 19, 11:50 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> 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 cake-php@googlegroups.com
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