Hello all,
Im having problems witht the session variable being overwritten by other users.
The application is written in asp.net
Scenario:
1- User A logs in the system, starts working on a certain application which is relative to his session.
2- User B logs in the system from another computer.
3- Somehow User A session variable changes and the application he was working on loads different data from the session of user B.
Now my question is:
1- is it a code problem or server configuration problem.
Thanks,
Im having problems witht the session variable being overwritten by other users.
The application is written in asp.net
Scenario:
1- User A logs in the system, starts working on a certain application which is relative to his session.
2- User B logs in the system from another computer.
3- Somehow User A session variable changes and the application he was working on loads different data from the session of user B.
Now my question is:
1- is it a code problem or server configuration problem.
Thanks,