Project

General

Profile

Feature #62722

Updated by Markus Klein over 9 years ago

Currently, the backend displays a popover when the session is about to die. If the user is surfing on a website in another tab, he obviously can't notice this. 

 Implement Web Notifications[1] that allows notifying the user if he is not in the backend context. 

 Test this by setting this in the install tool: 
 [BE][debug] = 0 
 [BE][sessionTimeout] = 180 

 System extension openid must not be installed. 

 


 [1] https://developer.mozilla.org/en-US/docs/Web/API/Notification/Using_Web_Notifications 

Back