Hi, I have two different websites
eg: abc1.com & abc2.com
and want to create single login page for both of these websites.
How do I manage state , when user login from abc1.com
and goes to abc2.com
Hi,
Chech this tutorial about Single Sign On (SSO) for cross-domain ASP.NET applications:
http://www.codeproject.com/KB/aspnet/CrossDomainSSOModel.aspx
You can do that with a single sign-on implementation.