I've a website with 2 domains (.nl and .com) and a translated version of the content is displayed depending on the domain.
My issue is that when a client login under a .nl domain, and he moves to the .com domain, he is not anymore logged in.
thanks
|
I've a website with 2 domains (.nl and .com) and a translated version of the content is displayed depending on the domain. My issue is that when a client login under a .nl domain, and he moves to the .com domain, he is not anymore logged in. thanks |
|||
|
|
|
This is essentially the same problem StackExchange had with 'global network auto-login'. Here is what Jeff wrote on the blog about their implementation:
I'm assuming that the user is accessing your site via HTTP. If it is via HTTPS, you are out of luck, the user will have to log in again. Overall however, I would urge you to design the site in such a manner that the user never has to move between top level domains. You could for instance replicate For SEO purposes you would probably want to disallow all crawling of |
|||
|
|