Question: Create an ASP.NET page that uses session tracking to keep track of how many times the client computer has visited the page. Set the Http
Create an ASP.NET page that uses session tracking to keep track of how many times the client computer has visited the page. Set the Http Session object’s Timeout property to DateTime.Now.AddDays (1) to keep the session
Step by Step Solution
3.39 Rating (149 Votes )
There are 3 Steps involved in it
The question is incomplete because session timeout cant be directly set using DateTime in the manner described The Timeout property of an ASPNET sessi... View full answer
Get step-by-step solutions from verified subject matter experts
