You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a user's session expires on a specific page, they are correctly redirected to the "Session Expired" page which subsequently leads them to the login page. However, after re-logging in, instead of being redirected to their last active page (where their session had expired), they are taken to the home page. This disrupts user flow and can lead to confusion or a poor user experience.
Expected Behavior:
Upon re-login after a session expiry, users should be redirected to the URL of their last active page, thereby preserving the context of their work or activity.
Steps to Reproduce:
Navigate to any page in the application.
Wait for the session to expire.
You'll be redirected to the session expired page.
Proceed to the login page.
After logging in, observe that you're taken to the home page instead of the page where the session had originally expired.
Potential Solution:
Preserve the URL of the page where the session expires and utilize this URL to redirect the user post re-login.
The text was updated successfully, but these errors were encountered:
Issue:
Currently, when a user's session expires on a specific page, they are correctly redirected to the "Session Expired" page which subsequently leads them to the login page. However, after re-logging in, instead of being redirected to their last active page (where their session had expired), they are taken to the home page. This disrupts user flow and can lead to confusion or a poor user experience.
Expected Behavior:
Upon re-login after a session expiry, users should be redirected to the URL of their last active page, thereby preserving the context of their work or activity.
Steps to Reproduce:
Potential Solution:
Preserve the URL of the page where the session expires and utilize this URL to redirect the user post re-login.
The text was updated successfully, but these errors were encountered: