Hello list,
I have an web application that toggles between
www.mydomain.com and
secure.mydomain.com within a same server. The problem is that when I toggle,
the session information is no longer unique between the two hosts (www &
secure, in the example above). For example, the app allows users to place
items in the shopping cart (on www host), and checkout at secure host via
SSL. However, when Apache web server tries to retrieve cart information from
secure server, it's no longer available. If I use the same host for both
secure and non-secure pages, it works fine.
Is there a configuration directive that will allow me to do this? Or, is
this a PHP issue? I'm using PHP to write an application, by the way. Thanks
much for your help.
Scott