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