Is the HttpContext.Current.Cache available to all sessions
Posted
by Ekk
on Stack Overflow
See other posts from Stack Overflow
or by Ekk
Published on 2010-05-04T02:44:02Z
Indexed on
2010/05/04
2:48 UTC
Read the original article
Hit count: 250
As per title. I want to be able to save some data in a cache object but this object must be available to all users/sessions and can expire.
What is the best method to achieve this in a asp.net web app?
© Stack Overflow or respective owner