I have two queries that I use over and over again in my site when users are logged in. Is it better practice to set these queries as a session variable so I don't have to perform the query every time the user goes to a new page, or will it bog the system down if too many people are signed on?