Possible Duplicate:
How to store data in session so that it works for simultaneous log-ins also
I am storing information in the session and i am able to retrieve the same for single user. The trouble starts when user 2 logged in from same browser (for example chrome) from the same machine. The 2nd logged in user, overwrite the session information of first user.
becuase the browsers are created same sessionid .
So please tell me what is the best way from stopping User 2 being logged in , if he comes with the Same SessionID ??
Means my question can we stop a User based on SessionID ??