Software developer can use System.Web.SessionState.HttpSessionState member Abandon() which cancels the current session immediately and release all the memory it occupied. This technique is a useful in a logoff page to ensure that server memory is recovered as quickly as possible.