So I'm using a AJAX to present an exam simulator for a client, where each mock exam is about 2 hours long. I am realizing that I do not know as much about sessions and its relation to forms authentication as I should.
- Question: During the course of the exam, AJAX will access code behind, triggering the Page_Load event. As such, does this mean that both the sessionState timeout value, and the Forms Authentication timeout value will be reset?