c# - Force WebBrowser control to create isolated cookie for application -
i have gone through many questions related – not this. have webbrowser
control in windows forms
project. multiple instances of application run frm same windows server machine – different user credentials website.
as know, webbrowser uses ie engine , has session merging.
what best way force webbrowser control use individual cookie folders each instance of application wouldn’t mind cookie of other application.
note: ie8
browser installed on server
reference
- internetsetcookie function
- webbrowser control mishandling cookies when internet explorer open
- how clear webbrowser control cookie in c#
- multiple webbrower sessions / processes in 1 window
- c# webrequest using webbrowser cookie
- how delete cookies windows.form?
internetsetcookie function: cookies created internetsetcookie without expiration date stored in memory , available in same process created them. cookies include expiration date stored in windows\cookies directory.
Comments
Post a Comment