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

  1. internetsetcookie function
  2. webbrowser control mishandling cookies when internet explorer open
  3. how clear webbrowser control cookie in c#
  4. multiple webbrower sessions / processes in 1 window
  5. c# webrequest using webbrowser cookie
  6. 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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -