SyntaxFix
Write A Post
Hire A Developer
Questions
Session.Abandon(); did not work for me either.
Session.Abandon();
The way I had to write it to get it to work was like this. Might work for you too.
HttpContext.Current.Session.Abandon();