I have made a razor pages app that authenticates with Windows authentication. It is deployed to IIS.
It checks database for user role, uses ClaimsTransformer and authorize with attributes. Users are in the same domain.
The problem is; a registered user logins and then another user logins. If the first person refreshes the page, their session turns into the second persons session.
I have activated load user profile in IIS and added Http session to the app.
How can I solve this? Thanks
Cndsjdhshdujrue is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.