How to clear the ASP.NET session correctly and what are the difference between Session.Clear(), Session.Remove() and Session.Abandon()?
The blog post ASP.NET Internals: “Clearing ASP.NET Session Variables” a in-depth look, written by Abhijit Jana, answers these questions.
No comments:
Post a Comment