Relative Content

Tag Archive for javascripthtmldomrxjs

Angular web App: document visibilitychange and online/offline events handling to renew session

We have an Angular web application with session management logic to renew session tokens. However, we’re currently encountering issues where session renewal throws a 401 error in some cases. Additionally, the background renewal using Iframe document load during renewal also gets stuck in certain situations, such as when the system goes idle for longer than the session renewal time(suppose renew time in about to 30mins).