I see that many others are having different issues with the session timeout. My timeout is working perfectly, but the problem is that when the users tries to update the page, after it has timed out, then I get a CSRF error. Many of the pages have forms on them, so a timeout causes an error. How do we skip the error and forward straight to the login page?
Maybe I did not explain it well enough. It is not a get request. It is not any request. It is a timeout while on a page that has a form. If the user attempts to continue after the timeout, then a CSRF error is thrown.
The page is being left open for too long. My timeout is 60 minutes. The form does not need to be submitted after the timeout. Any action taken (click on a menuitem, back button, other link, or even a refresh) will give the same error.