|
-
April 15th, 2002, 03:08 PM
#1
Global Cache
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.
-
May 2nd, 2002, 08:18 AM
#2
Re: Global Cache
you can use for example session("user_name") than in every page you use this variable
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|