-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issues with sessions. #59
Comments
@SundeepChand |
Sure @kailash360 |
Currently, in the application, session duration is set in the backend only. However, there is no session duration present in the cookies when the user logs in. This causes the error mentioned in the issue. So we will need to set a custom session limit in the frontend of the application. I have thought of the following approach to this issue:
There is also a possibility that the user can keep the user-story application open in multiple tabs at the same time. However, due to the use of local storage, the There is yet another catch in the application. If the user closes the window and then opens the app again. In this case we will need to check the expired time in the initial state.
Kindly suggest, if the approach feels suitable, or if I need to make any changes. |
@SundeepChand |
More info here: https://userstory.eosdesignsystem.com/story/60e318ea62aa440015a8baff
The text was updated successfully, but these errors were encountered: