User424885138 posted
I writing a web forms application for my fire department, which has a display screen which should always be viewable. The application has several update panels and a timer control, which updates the controls in the panels and displays any updates made
to the system from users outside of the firehouse. My question is, when the timer activates and the update panels update data does the Session timer get reset? I ask, because it might be the case where no one makes changes to the display screen
for some time. I known I can set the Session Timer to a higher value, but didn't know if I had to because of the update panel updates.
Thanks