What are the root cause to loss the session values in ASP.NET applications? Cause 1: Session will expire in InProc session state Yes, Session will lost the values in InProc session state when the Web garden(IIS) value is greater than 1. Why? InProc session management won’t work because each worker process will be maintaining [...]