I have one Magento website, with 6 different stores and 1 storeview per store.
They all have different domainnames, except one, which is a subdomain of one of the stores, like this:
At this moment the logged in users can only switch between domain1.nl and subdomain.domain1.nl, without automatically logging out. Also the cart is shared between these two stores. The users or cart are not shared with the other stores (domains).
I have already tried the following:
I have tried 3 possible store configurations, which were quoted at different topics regarding the same problem:
At the moment my System -> Configuration -> Web -> Session Cookie Management:
cookiepath: /
cookie domain: empty
Use SID in frontend is set to: YES
I have tried Marius's 'Share Carts Between Websites' module: http://marius-strajeru.blogspot.nl/2013/01/share-cart-between-websites.html
Any help is appreciated
I am using Magento CE 1.9.2.4
DrCashew, did you ever find a solution for your issue? If so, I would greatly appreciate the answer as well.