10-22-2024, 10:07 PM
Hello,
To see if the KeepAlive message is being sent navigate to a page where a session is active, press F12 if you're using Edge, then you'll see a split screen of the page and the Edge debugger. Click Network, 'Preserve log', Fetch/XHR. In my case I set the session timeout to 4 min. Below you can see the IW KeepAlive message sends a ping every minute. The last entry is a custom message I use in place of KeepAlive.
To see if the KeepAlive message is being sent navigate to a page where a session is active, press F12 if you're using Edge, then you'll see a split screen of the page and the Edge debugger. Click Network, 'Preserve log', Fetch/XHR. In my case I set the session timeout to 4 min. Below you can see the IW KeepAlive message sends a ping every minute. The last entry is a custom message I use in place of KeepAlive.

