Hello.
We have a private site for customers. Clients often tell us that they see profile of another user.
Our authentication procedure looks like this: credentials -> check the DB table -> UserId saved in Session.
As I understand, the user somehow switches to another user's session. Can anyone name at least one possibility for it?