Hello all,
I am wondering if there is a way to tell quick cache not to cache the session ID. currently causing me all kind of trouble where the actual session content is being stepped over by most recent user trying to use a particular page that should only show the user's private information.
Is there a way to disable session id caching?
I tried to put all the URLS that might be contributing the session ID caching problem that I am seeing:
wp-app
wp-admin
wp-login
custom-php
the custom-php is where all my custom php code is.
Any help or advice on this would be appreciated.