Since the release of Google Chrome's latest update some users may experience an issue logging in. You'll receive a message saying "Your login session has expired. Please login again", and if you click OK and try again you'll receive the same message. This is due to the way Chrome is now handling same-site cookies preventing users from logging in. To resolve the issue type or copy and paste chrome://flags in the URL field. In the search field type samesite and disable the 3 same-site related settings.
To resolve this for the whole organization edit the context.xml which is located here by default C:\Program Files\iDashboards_SRV\Server\conf Copy and paste the line below in between the context tags <Context></Context>
<CookieProcessor sameSiteCookies="none" />
Comments
0 comments
Please sign in to leave a comment.