I have a multiwindow web application, where I have two or more tabs open simultaneously on different monitors (same browser). The problem is that if I am inactive in one of these tabs for a defined period sessionTimeout, I am logged out of every tab.
features: [
withAutoRefreshToken({
onInactivityTimeout: 'logout',
sessionTimeout: 7_200_000 <- The specific period does not matter.
})
],