we are using a jquery tree in our asp.net mvc application and have forms authentication configured. A session timeout for 10 minutes is configured. The problem is if the user keeps interacting with the tree for more than 10 minutes the session times out when a request goes to the server.
Kind of critical issue since the user was interacting with the application and got logged out.
What could be a good solution to this issue?