Frontend has a route meta field called skipAutoLogout. It is described as follows here:
If true, no alert will be displayed when session is about to expire. Also user will be not be redirected to login page when session has expired.
This was useful when submissions were filled out within Central Frontend, i.e., when Central rendered the Web Forms component, before the addition of the separate Web Forms app. Given the new Web Forms app, I don't think this skipAutoLogout mechanism is used anymore on any of the remaining Central pages.
Given that the mechanism isn't used anymore, I think we can remove it from Frontend. Doing so would reduce code complexity related to login/logout.
Frontend has a route meta field called
skipAutoLogout. It is described as follows here:This was useful when submissions were filled out within Central Frontend, i.e., when Central rendered the Web Forms component, before the addition of the separate Web Forms app. Given the new Web Forms app, I don't think this
skipAutoLogoutmechanism is used anymore on any of the remaining Central pages.Given that the mechanism isn't used anymore, I think we can remove it from Frontend. Doing so would reduce code complexity related to login/logout.