I need a way to store application-level data (i.e. cross user sessions) in ASP.NET. In Java EE I'd use the ServletContext. Is there an equivalent in ASP.NET?
From what you say (cross-user sessions) the closest you get to that in ASP.NET is through HttpApplicationState object.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With