I have a web service that is tracking a user across operation calls. I'm storing my users' information in the HttpContext.Current.Application variable, which is a HttpApplicationState. I've noticed that sometimes, my key is there, sometimes it is not. Because of this, I assume that the duration of my application state is expiring.
Is there a way to configure this? If so, how?
THank you!