Actions
Task #6896
closedStory #6919: User, Group, and Member Node profiles
User is not signed out when session expires
Start date:
12/04/2015
Due date:
% Done:
0%
Estimated time:
Description
For example when the UI is left up overnight in a browser tab and then in the morning the user tries to complete a task that requires authorization, they no longer are able to generate a token/be signed-in. So we need to either sign them out, sign them back in, and redirect them to sign in again.
Updated by Lauren Walker almost 9 years ago
- Status changed from New to Resolved
- translation missing: en.field_remaining_hours set to 0.0
The app now listens for the focus event on the window, which is fired when the user goes to another window/tab/application and then returns. On focus, the token is checked using /diag/subject, and if the token is no longer valid, the page is refreshed.
Actions