I was wondering if there was a way to keep a user's session info across multple domains
For example, company A owns website www.a.com and www.b.com. A user logs into www.a.co
and later visits www.b.com. I would like to have it where the user doesn't have to login again.
I agree with Brandon.
You can also try to use the ASP State Service.
Generally speaking, cross domain session sharing is security-hazard, unless
you can make sure that these different urls domains belong to the same
application domain from the perspective of the web servers that manage them.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.