Different Providers, different websites, still think I'm logged in on the same website.
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-03-22T22:57:36Z
Indexed on
2010/03/22
23:01 UTC
Read the original article
Hit count: 264
ASP.NET
|membership
I have two web applications in the same solution. They both use different membership/profile and role providers. They are named differently.
When I run the solution, and visit one website, and login everything is fine. I then go to the other solution and it thinks I am already logged in and the profile provider tries to load profile properties that do not exist.
How can I keep them separate, so when I try to log in on one site, it doesn't think I'm still logged in on the other.
© Stack Overflow or respective owner