2 writes to ChunkSize
Microsoft.AspNetCore.Authentication.Cookies (1)
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
53
ChunkSize
= DefaultChunkSize;
Microsoft.AspNetCore.Security.Microbenchmarks (1)
ChunkingCookieManagerBenchmark.cs (1)
24
ChunkSize
= 86
4 references to ChunkSize
Microsoft.AspNetCore.Authentication.Cookies (4)
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (4)
166
if (!
ChunkSize
.HasValue ||
ChunkSize
.Value > templateLength + value.Length)
176
else if (
ChunkSize
.Value < templateLength + 10)
190
var dataSizePerCookie =
ChunkSize
.Value - templateLength - 3; // Budget 3 chars for the chunkid.