ASP.NET Page /admin/Logoff.aspx (C#)
Uses Code Behind Page Page /admin/Logoff.aspx.cs (C#)
1: <%@ Page language="c#" CodeBehind="Logoff.aspx.cs" AutoEventWireup="false" Inherits="ASPNetPortal.Logoff" %>
2:
3: <%--
4:
5:    The Logoff page is responsible for signing out a user from the cookie authentication, and
6:    then redirecting the user back to the portal home page.  This page is executed when the user
7:    clicks the Logoff button at the top of the page.
8:
9: --%>