This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
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.