Skip to content

Add information about cookie storage details #9849

@o-alexandre-felipe

Description

@o-alexandre-felipe
using System.Net.WebSockets;
using System.Net.Http;

What is the default ClientWebsocket.Options.Cookies?

At which level is the default storage shared?

  • per instance?
  • per application?
  • per domain?
  • global?

What is the persistence?

  • until connection is destructed?
  • until applicaiton is closed?
  • until OS is shutdown?
  • other?

Also, how are cookies handled when using HttpClient? It is stated that cookie storage can be controlled by HttpClientHandler.UseCookies, again is not clear (to me, at the moment) what is the scope of those cookies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri3Indicates issues/PRs that are low priorityarea-System.Net

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions