Can i change the identity of the logged in user in ASP.net?
- by Rising Star
I have an ASP.net application I'm developing authentication for. I am using an existing cookie-based log on system to log users in to the system. The application runs as an anonymous account and then checks the cookie when the user wants to do something restricted. This is working fine.
However, there is one caveat: I've been told that for each…