When my login times out, all my tabs with Kasm sessions open get sent to the /staticlogin page. I duly log in again, in one tab. In the others, I have to edit the URL in the address bar to go to the workspaces page, because hitting F5 in the /staticlogin page simply reloads the /staticlogin page instead of recognizing that we are already logged in and taking us to the default workspaces page.
I understand /staticlogin has a "static" nature and doesn't think, only displays the login form. So my proposed solution is to add a <a href="https://domain-root.com/"> element in /staticlogin -- this way, I would be one click away from the workspaces page.
When my login times out, all my tabs with Kasm sessions open get sent to the
/staticloginpage. I duly log in again, in one tab. In the others, I have to edit the URL in the address bar to go to the workspaces page, because hitting F5 in the/staticloginpage simply reloads the/staticloginpage instead of recognizing that we are already logged in and taking us to the default workspaces page.I understand
/staticloginhas a "static" nature and doesn't think, only displays the login form. So my proposed solution is to add a<a href="https://domain-root.com/">element in/staticlogin-- this way, I would be one click away from the workspaces page.