Hi,
Iam trying to throw a session timeout message as a window.confirm message in all my application pages once the timeout has happened.
I have written the code to calculate the time and check if session is valid in the page template javascript portion.
It seems to be working with one single browser tab,but if the same application is opened in more than 1 tab,the timeout is coming only in one page.
I see the below message in my broswer:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
After this message is seen,its throwing "Invalid username or password message or expired cookie please login again".
Please help me to fix this issue.
Thanks,
Priyanka