From what I understand about application states, they are meant to be cleared out when the application has stopped. When I restart my ASP.NET application the data stored in the application state is still there for a few minutes.
Does anyone know why this is? Thanks.