posted 15 years ago
Hi
I'm using OSCache in my application. At application startup, I am storing some data in the session object which gets refreshed after a specified time interval.
Some of this data is login data specific and some is not. I would like to move my reference data from the session level to the application level so that the queries are not fired each time a user logs in. Any help would be appreciated.
Thanks