SyntaxFix
Write A Post
Hire A Developer
Questions
When you Abandon() a Session, you (or rather the user) will get a new SessionId (on the next request). When you Clear() a Session, all stored values are removed, but the SessionId stays intact.
Abandon()
Clear()