I’m using a handler to poll certain information out my application. I’ve got some questions about using the handler in combination with session timeout:
- Does a call to the handler reset the session timeout timer?
- If so, are there ways to prevent a reset of this timer?
Due to security reasons I would not like my handler to be the cause that my user is logged on indefinitely.
1 Answer