What are the effects of IIS's app pool setting for recycling to recycle after "Fixed number of requests"?
Suppose this number is 100, and the 99th person connects to my web site, then the 100th person comes and will trigger an application pool recycle.
Does this mean all session information for sessions 1-99 will be lost (in-process session will expire when application pool worker process restarts)?