c# - Multiple accounts to a website application -


i have windowsforms application written in c# starts number of threads logging in on site different users' accounts. use webbrowser control navigate login page main page.

my problem can authenticate 1 user account, threads connected same account because site uses cookies store sessionid. how can store multiple sessions simulate authentication different browsers?

any suggestions welcome.

it not possible because of existing session merging policies present in internet explorer - webbrowser ie's emulation layer, abides same principles. read on topic available here.

to go around issue, have go further using control, rather access ie on lower level.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -