-1

I call Session.Contents.RemoveAll(), but this does not work when we increase worker process (web garden).

Anthony Dito
  • 3,610
  • 3
  • 29
  • 56
Bao Mai
  • 3
  • 3
  • Possible duplicate of [ASP.NET session state and multiple worker processes](http://stackoverflow.com/questions/2147578/asp-net-session-state-and-multiple-worker-processes) May reference ASP.Net but it still applies. – user692942 Oct 29 '15 at 11:17

1 Answers1

-1

If you use more than one worker process, you cannot reliably use the InProc session state.

See this SO thread for more inforamtion.

Community
  • 1
  • 1
gpinkas
  • 2,291
  • 2
  • 33
  • 49