We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#6275 - Present an overlay when a session is about to expire
Automated response: Present an overlay when a session is about to expire
This hotfix implements session expiration warnings as a browser prompt or JavaScript overlay.
The user will be warned when their session will expire in 4 - 5 minutes. If they click okay before it expires, the session will be refreshed automatically. Otherwise, if the session expired, a prompt will tell the user they need to refresh the page.
TODOs in place for creating config options for the frequency of polling and the threshold at which we warn a user their session is about to expire.
This hotfix implements session expiration warnings as a browser prompt or JavaScript overlay.
The user will be warned when their session will expire in 4 - 5 minutes. If they click okay before it expires, the session will be refreshed automatically. Otherwise, if the session expired, a prompt will tell the user they need to refresh the page.
TODOs in place for creating config options for the frequency of polling and the threshold at which we warn a user their session is about to expire.