Jump to content
xisto Community
Sign in to follow this  
HDD

Seperate Web Browsers

Recommended Posts

So i am throwing together a program, It is just about done now, But there's only 1 problem...the program i made relies on 5 web browsers (WebBrowser1, webBrowser2, WebBrfowser3, WebBrowser4, WebBrowser5), I wanted these web browsers to all load data as a separate web browser instead of all loading the same data. What i mean by this is, Say i log into and account on 1 browser, Then on the same site, i log into a different account on the second browser, After clicking a link or refreshing the page, Both browsers will be on the same account. Please tell me there is a way to stop this from happening? Greatly appreciated!

Share this post


Link to post
Share on other sites

So i am throwing together a program, It is just about done now, But there's only 1 problem...
the program i made relies on 5 web browsers (WebBrowser1, webBrowser2, WebBrfowser3, WebBrowser4, WebBrowser5), I wanted these web browsers to all load data as a separate web browser instead of all loading the same data. What i mean by this is, Say i log into and account on 1 browser, Then on the same site, i log into a different account on the second browser, After clicking a link or refreshing the page, Both browsers will be on the same account. Please tell me there is a way to stop this from happening? Greatly appreciated!



It depends on the software you are using, Is it a forum or some other script ??

I think its called multiple logins...

You will have to find a way to block multiple logins on the same username...

Do post which script are you using....

Share this post


Link to post
Share on other sites

Disable cookies and other caching software on the browsers and then try. You could also code a proxy into it so they don't conflict with the same IPs. Did you create the browser using either the Mozilla Firefox Source Code or Chrome Source? Then you could ask for help in their support forum, they would have plenty of options for troubleshoot. Good Luck.

Share this post


Link to post
Share on other sites

The Same Browser won't allow the user to login multiple account since the session of the user login in the system will store to the browser cache. For Performance benefits, whenever refreshing the application checks in the browser cache for existing login. We should use some other browser which stores the cache data in some other location to login another account of the same application or site.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.