MVC optimization for Session.Clear(), Session.Abandon(), Session.RemoveAll()?

Viewed 45990

I am using a few sessions that should be terminated when the user is done. I stumbled on these 3 session killers. When is the best time to use these as I use sessions more time than not. Also, is there any other session termination I am not aware of?

3 Answers
Related