1 write to _shouldEstablishSession
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
155
return (
_shouldEstablishSession
|= !_context.Response.HasStarted);
1 reference to _shouldEstablishSession
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
132
if (establisher.
_shouldEstablishSession
)