PHACDataHub / django-phac_aspc-helpers

Provides a series of helpers to provide a consistent experience accross PHAC-ASPC's Django based projects.
MIT License
0 stars 0 forks source link

Update WET to fix timeout bug #53

Closed AlexCLeduc closed 1 year ago

AlexCLeduc commented 1 year ago

This is a bug anyone working on itap is very familiar with, the session timeout dialog stays active even after the timeout elapses.

I'm not certain what we want the behaviour to be replaced with. Perhaps just try and refresh the page, perhaps with an additional param so the server can add a "you've been logged out" message above the login form

lucbelliveau commented 1 year ago

This was actually fixed in WET (https://github.com/wet-boew/wet-boew/pull/9620) - if we update the WET version deployed by the helpers repo, the issue should be resolved. (It was reported in 2017... took awhile).

That being said, I'm just hoping this fixes the issue...