ChunkingCookieManager.ChunkSize 属性

定义

要发回到客户端的 Cookie 的最大大小。 如果 Cookie 超过了此大小,则会将它分解成多个 Cookie。 将此值设置为 null 可禁用此行为。 默认值为 4050 个字符,受所有常见浏览器支持。

请注意,浏览器还可能对每个域的所有 Cookie 的总大小以及每个域的 Cookie 数量实施了限制。

public:
 property Nullable<int> ChunkSize { Nullable<int> get(); void set(Nullable<int> value); };
public int? ChunkSize { get; set; }
member this.ChunkSize : Nullable<int> with get, set
Public Property ChunkSize As Nullable(Of Integer)

属性值

适用于