No, I only want to bypass using the cached version of a page for certain visitors. So, say I have a $_SESSION variable ‘no_cache’, I’d like to have the page render in full and not use the cache. When the variable is not set, I want to load the cached page.