I have a web service that tracks a user through work calls. I save my users information in the HttpContext.Current.Application variable, which is HttpApplicationState. I noticed that sometimes my key is, sometimes it is not. Because of this, I assume that my application is expiring.
Is there any way to configure this? If so, how?
READ!
source
share