2 writes to _rqAddedCookie
System.Web (2)
State\SessionStateModule.cs (2)
501_rqAddedCookie = false; 749_idManager.SaveSessionID(_rqContext, _rqId, out redirected, out _rqAddedCookie);
2 references to _rqAddedCookie
System.Web (2)
State\SessionStateModule.cs (2)
1261Debug.Assert(!(_rqAddedCookie && !_rqIsNewSession), 1397if (_rqAddedCookie && !setItemCalled && context.Response.IsBuffered()) {