Clear browser data on user logout

Discuss all feature requests you have for a new Servoy versions here. Make sure to be clear about what you want, provide an example and indicate how important the feature is for you

Clear browser data on user logout

Postby wieslaw » Thu Jun 15, 2023 6:41 pm

Please add the possibility for configurable ResponseProperty to "Clear-Site-Data" / Clear browser data on user logout.
This is required by Honeywell to fulfill CyberSecurity requirements.

Regards,

Wieslaw
wieslaw
 
Posts: 1
Joined: Sun Mar 31, 2019 11:28 pm

Re: Clear browser data on user logout

Postby robert.edelmann » Thu Jun 15, 2023 8:59 pm

Hello Wieslaw,

I'm not sure, do you want to delete all settings in your browser / ngDesktop-Client / smartclient?

we do this via
Code: Select all
      
var userSettings = application.getUserPropertyNames()
for (var indSettings = 0; indSettings < userSettings.length; indSettings++) {
//   application.setUserProperty(userSettings[indSettings],null);
   application.removeUserProperty(userSettings[indSettings])
}


Both versions (setUserProperty(...,null) and remove...) work here.

The only thing left are an empty userProperties-Object and settings related to tus/tus-uppy
mit freundlichen Grüßen
Robert Stefan Edelmann
User avatar
robert.edelmann
 
Posts: 95
Joined: Wed Aug 14, 2013 6:12 pm


Return to Discuss Feature Requests

Who is online

Users browsing this forum: No registered users and 46 guests

cron