Session.Abandon methodSession.Abandon
Always abandon the session once you know the user has finished with the application. Providing a link to a simple logoff page is one way to accomplish this.
<%Session.AbandonResponse.Redirect"/"' send user to the site's home page%>