Jump to content

Browser Scripting New session hyperlink


erictheRed

Recommended Posts

HelloAt my work I use a modified website that has iframes of all the websites I have to use at once. This makes it easier for me to do multiple things at a time and not have 5 different websites open on the taskbar.I'm just using simple code

<a href="http://www.foo.com/" target="_blank">foo</a>

And I wanted to know if it is possible to add something to the code where the new website acts as a new session. Because I need 2 websites up, both have the same login system. But I'd like to be logged in with two different usernames. But if I'm logged in already in my iframes webpage, I can't bring up the same login system and use a different username because it's all part of the same session. I want to be able to bring up a new website with a new session.I'm sorry I probably didn't explain that properly.Is that possible?

Link to comment
Share on other sites

Hmm, I don't think so. On most websites, if I open a different session in a new tab the first session closes anyways.I use a different browser to have two sessions open at once.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...