Hello Developers,
Now I use ISettings for saving User setting.
When user login, I keep user Id, Password and the current working process for this user.
When this user logs out I want to clear this(not delete).
When another user login I want to show Setting relating to this user.
Now I have a problem with User1 can see User2 app setting.
How can I solve that