Scenario:
In case of simultaneous usage by multiple users the cookie based login sometimes gets overridden causing one user to see other users information.
Session is completely cookie based and each request to server is authenticated with database via encoded values in cookies for valid user and session.
Application uses spring MVC framework.The application runs fine except for when hundreds of users hits the website at the same time. There are few concurrent issues. Data of one user is getting exchanged with another.
We are facing trouble in reproducing the issue. We have limited Testing resources , which are tools/Methods we should follow to replicate the issue.