1 write to _context
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
123_context = context;
3 references to _context
Microsoft.AspNetCore.Session (3)
SessionMiddleware.cs (3)
141var cookieOptions = _options.Cookie.Build(_context); 143var response = _context.Response; 155return (_shouldEstablishSession |= !_context.Response.HasStarted);