| Author |
Split sessions
|
Chris Davis
Greenhorn
Joined: Mar 07, 2004
Posts: 10
|
|
Not sure if this is more suited for the JavaScript forum on this one. I need a solution which will allow me to be able to "split sessions" when a user clicks a link which will open a new window so they can log in as two users at once. When the user clicks the link to open a new window so they can log in their second user, a new session needs to be created but the old session still needs to stay valid and left alone. Thanks, Chris
|
 |
Kripal Singh
Ranch Hand
Joined: Jul 26, 2001
Posts: 254
|
|
|
not sure if you can do that . at least IE won't allow you to do that .
|
# Help an unprivileged kid.<br /> Whatever u do will make a difference...<br /> ...to a child's life & ur own #<br /><a href="http://www.cry.org/" target="_blank" rel="nofollow">www.cry.org/</a>
|
 |
Chris Davis
Greenhorn
Joined: Mar 07, 2004
Posts: 10
|
|
Well, I'm pretty sure I can get away with using URL re-writing to solve this problem.. but I was hoping it wouldn't come to that. Any ideas would be much appreciated. -Chris
|
 |
 |
|
|
subject: Split sessions
|
|
|