Hello,
I've been facing a issue of timeout script not trigger. I'm using asp.net webform telerik version R2 2021 SP1 (version 2021.2.616.
If I don't click any page from menu and any button (consider as do nothing for 59seconds) so after 59 seconds when I click any other page from menu or click any button, so application automatically logout and go to logout page.
clientevents ResponseEnd not trigger after 1minute tererik version R2 2021 SP1 (version 2021.2.616.Thanks
Yasir Khan
Hi Muhammad,
It sounds like you are experiencing a timeout issue with your ASP.NET webform application using Telerik. In order to troubleshoot this issue, there are a few steps you can take:
<system.web> <sessionState timeout="1" /> </system.web>
This will set the session timeout to 1 minute. You may need to adjust this value to suit your application's needs.