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 website, 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.