ITimeU.Controllers.MockController.TestSession C# (CSharp) Method

TestSession() public method

public TestSession ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult
        public ViewResult TestSession()
        {
            Session["item2"] = "This is used for testing a mock session.";
            return View();
        }
MockController