Hi,
We are using NOP 3.2 for our website. We purchased an SSL and set it up on a subdomain.

We then enabled SSL on a subdomain from nopcommerce admin. We also enabled cross-domain login in our web.config file.

The issue comes when we surf the site anonymously.

1. I add some items to the cart and then go to checkout page.
2. It redirects me to the login page (because we don't allow guest purchase) on my secure subdomain.
3. I login with credentials and it redirects me back to cart page, but the cart becomes empty now.

This is where I find that the cart is actually empty. If I go back to the original domain, I get back the cart items.

Eventually secure subdomains (or even secure domains for that matter) eventually show the cart empty when user is not logged in.

I tried to debug when I found that the cookie Nop.Customer which is setup is different for both main domain and secure sub domain and the domains are also their respective domains instead of using a general domain cookie used for cross domain login.

I hope to have explained the issue. Please let me know what should I do to make things work here. I want that when user's are not logged in, the cart items should still be there.

Regards
Anshul