Skip to content

Duplicate Cookies #139

@kevingy

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.

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