Hello,
I'm currently writing some small app, that uses webbrowser component.
My problem is:
when want to use my app in 2 instances and it acts like that:
1st instance: it logs in to one account on some website - perfect
2st instance: webbrowser shows the same website from 1st instance ( but it's automatically 'logged in')
I think cookies are not separate.
How to divide them?
I mean how to assign each cookie to each instance of my VB app?
thanks in advance
Regards.


Reply With Quote