We have a CANVAS custom page running in a Model-Driven app, that needs to get who is the logged user.
We have an issue when different users use the same computer. Besides the Model-driven logged user is correct, the custom page is getting User().Email from the previous logged user.
How can I reset the previous logged user and get the actual one? Is possible to get the model-driven logged user?