Posted By
 Csabo on 2008-11-20 18:37:04
| Re: Please Report Site Problems Here
It's server level caching, I'm sure of it. It's above what we have access to. You can basically force the pages to load right by making sure you go to the .php file and appending a random query string (e.g. /forum will be cached, but /forum.php?a=blah won't).
I could counter it by appending an encrypted session id to the query string for logged in users (but that can't be used with URL rewrite). Way too much code changes. Mike, any ideas? |