SmartGWT Power 12.1p / Firefox 115
After logging in and logging out of our application, any subsequent attempt to re-login appends the following to the URL and does not load the page properly:
"https://<appURL>/sc/login/loginSuccessMarker.html?ts=..."
I notice in the Firefox Network console, the app_URL GET is successful (200) but the Transferred column shows Cached. On the first successful login, it lists the amount of bytes transferred.
Clearing the browser cache allows re-login.
After logging in and logging out of our application, any subsequent attempt to re-login appends the following to the URL and does not load the page properly:
"https://<appURL>/sc/login/loginSuccessMarker.html?ts=..."
I notice in the Firefox Network console, the app_URL GET is successful (200) but the Transferred column shows Cached. On the first successful login, it lists the amount of bytes transferred.
Clearing the browser cache allows re-login.
Comment