When a user logs in to my website, a cookie is set containing the sessionid. The user selects the products that he wants to buy and adds them to the shopping cart. When he clicks on 'view cart' he is redirected to an https connection to [mydomain.com...] The problem is that the cookie is no longer accessible here, as if I went to another site. I am not blaming https. I think that the problem is that originally, the user is logging in using www.mydomain.com and when he is on SSL, he is using mydomain.com, without the www. I cannot just redirect the user to [mydomain.com...] becuase the SSL certificate was issued on mydomain.com not on www.mydomain.com.
I think that this problem would be solved if the cookie was created correctly in the first place. Is there a way to make a cookie available to more than one domain? (mydomain.com and www.mydomain.com)?
Thanks
[wp.netscape.com...]