ListAssist.MvcApplication.Session_Start C# (CSharp) Method

Session_Start() protected method

protected Session_Start ( ) : void
return void
        protected void Session_Start()
        {
            // Redirect to the startup page for the project
            Response.Redirect("~/LALists");
        }