Dear Team
I am able to see logged user id information in browser under local storage - $OS_Users$$ClientVars$$SESSION_USER_ID. i want to hide this information. please help
Thanks
Saravana Kumar V
Hello Saravana Kumar V,
Here is a possible solution:
As the SESSION_USER_ID will only last until the session is active, we should not worry about its deletion. It will automatically get deleted after the session ends.
READ THE FOLLOWING QUESTIONS THAT MIGHT HELP YOU:
1.https://www.outsystems.com/forums/discussion/55664/reactive-web-set-client-variable-using-server-logic/
Hope this helps!
Hi Aniket Gaikwad
I am not able to find this client variable in the application. It seems like it is part of outsystems session.do i need to check in any other module ? please help
I guess you cannot encrypt it as it is set by Outsystems. It will always be visible.
Hi saravana kumar V,
Check out here where to find the client variables
https://success.outsystems.com/documentation/11/reference/outsystems_language/data/handling_data/client_variable/
Hope that it helps you
I believe you can not encrypt the "$OS_Users$$ClientVars$$SESSION_USER_ID" variable because it is set by OutSystems.