Hi,
In my database I have a number of paths to graphics. I was querying the database to get a graphic on every page a user loads. This is a big inefficient, so, i thought about loading all these into a session for the user and then take them from a session, but i'm guessing this will also have a performance issue of there is a lot of users on the site. Is there a global session I could use? If so, can somebody give me an example ?
Start Free Trial