Is is possible to have 3 different web domains (www.mydomain1.com ;
www.mydomain2.com; www.mydomain3.com) all use the same session state per user?
Basically I want to have one login application and that is all it does - just handles registration for my websites and saves their emails and cell phone numbers, or other useful information that will be used in all 3 applications.
Then www.mydomain2.com is a seperate application, but if the session is not set for them being logged in it will them redirect them to mydomain1.com to log in etc.
Go to the complete details ...