I call Session.Contents.RemoveAll()
, but this does not work when we increase worker process (web garden).
Asked
Active
Viewed 141 times
-1

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 Answers
-1
If you use more than one worker process, you cannot reliably use the InProc session state.
See this SO thread for more inforamtion.