ASSIGNMENT 08K08 Computer Programming II
Directions: Be sure to make a copy of your answer before submitting it to Ashworth College for
grading. Unless otherwise stated, answer in complete sentences, and be sure to use correct
English spelling and grammar. Sources must be cited in APA format.
Page Hit Counter
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 HttpSessionState object’s Time-out property to 1440 (the
number of minutes in one day) to keep the session in effect for one day into the future. Display
the number of page hits every time the page loads.