Skip to content

Isolation not loading cookies #3503

Description

@owly111
  • What version of the product are you using?

    • 89.0.170
  • What architecture x86 or x64?

    • x64
  • What version of .Net?
    .Net 4.6

  • On what operating system?
    Win7

  • Are you using WinForms, WPF or OffScreen?
    WinForms

  • What steps will reproduce the problem?
    I am trying to isolate each browser based on the current user, to have more sessions on the same website. This is my code:
    browser = new ChromiumWebBrowser("http://www.whatarecookies.com/cookietest.asp") { RequestContext = new RequestContext(new RequestContextSettings { CachePath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\FaceNet\user", PersistSessionCookies = true }) };

  • What is the expected output? What do you see instead?
    I was expecting to find the old session loaded back, but instead it starts as a completely new browser.

  • Please provide any additional information below.
    The sessions are being saved in the folder I specified, they just don't get loaded back.

Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions