Click to See Complete Forum and Search --> : Global Cache


pjpark
April 15th, 2002, 03:08 PM
Is there a way to set up a Global Cache. That is, I have some info in text files that I want updated whenever the files change but I always want it available regardless of whether a page was accessed.

I set up a public "MyCache" property in my Global.asax base class but I can't figure out how to access it from my aspx classes.

ynor
May 2nd, 2002, 08:18 AM
you can use for example session("user_name") than in every page you use this variable