1 application, different domains: how to preserve sessions on ASP.NET?
Posted
by jparaujo
on Stack Overflow
See other posts from Stack Overflow
or by jparaujo
Published on 2010-03-18T17:28:40Z
Indexed on
2010/03/18
17:31 UTC
Read the original article
Hit count: 247
Hi,
I have an application with different sections. Each section is accessed through a domain. Ex.: www.section1.com, www.section2.com, www.section3.com. I need to preserve the session when the user navigates from one to another URL. The application is the same in IIS. How to accomplish that?
Thanks.
© Stack Overflow or respective owner