Can a browser maintain multiple sessions with one server?
Posted
by Blaine
on Stack Overflow
See other posts from Stack Overflow
or by Blaine
Published on 2010-06-11T21:28:42Z
Indexed on
2010/06/11
21:32 UTC
Read the original article
Hit count: 270
Is there a way to maintain multiple sessions with one server within the browser?
Here is what I am trying to accomplish: User1 has exclusive access to ContentA and User2 has exclusive access to ContentB. I want to be able to allow User3 to login multiple times, to allow access to ContentA and ContentB.
I admit that this scenario seems almost silly but it stems from the fact that I can't change the way the server handles content permissions.
Any ideas on how I could accomplish this without touching the server? In say Safari on the iPhone?
© Stack Overflow or respective owner