Is there any good reason why the authentication cookie and the session state cookie are two separate cookies?
Is there any good reason why ASP.NET’s session state cookie and the Forms Authentication cookie are two separate cookies? What if I want to “tie” them to each other? Is it possible in an elegant way?