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...