I'm making a small web-login-cookie-session-thing for my work, their setup is like this:
1x server, 20x skinny clients
Now, when the users log in, I have made it work, so that each client is logged in separately, when they are using IE - they each got a session ID running.
However when I try in FF, and I open a new browser, it just copies the session from the first user, and is automatically signed in, as if they are the first user.
Is that just the way it is? or is there anything to do about it? We are using IE at work, but I would like the web thing to work if they change to FF someday.
1x server, 20x skinny clients
Now, when the users log in, I have made it work, so that each client is logged in separately, when they are using IE - they each got a session ID running.
However when I try in FF, and I open a new browser, it just copies the session from the first user, and is automatically signed in, as if they are the first user.
Is that just the way it is? or is there anything to do about it? We are using IE at work, but I would like the web thing to work if they change to FF someday.