Skip to content

Duplicate Cookies #139

Description

@kevingy

I'm seeing evidence that SimpleBrowser is occasionally duplicating cookies. I believe this stems from code that was written to work around a .NET bug that prevented cookies from being read from the Set-Cookie header. It would appear that the .NET bug has been fixed. Therefore, .NET is properly reading cookies, and adding them to the cookie collection, then SimpleBrowser's work around code is adding the same cookies to the cookie collection, resulting in duplicates. One would think the .NET CookieContainer would prevent duplicates, but that does not appear to be the case.

More investigation is needed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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