Strange page caching |
[eluser]Unknown[/eluser]
Hello, I've been fighting with strange page caching for a week now. I have not loaded any cache helpers/libraries or whatsoever, the /cache folder is empty and still CI somehow manages to cache the page and it doesn't "refresh" until you refresh the page. For example: I am at http://mysite.com/news/39920, then I click on link to the home page - http://mysite.com/home/. While I stay on home, the article I have been viewing is changed somehow, then I click on link from the home page to that article, but I see no changes - I see the thing I've been viewing before, until I refresh the page. I even tried to delete the cache initialization from CodeIgniter.php, nothing helped... Any Idea how to overcome this? Thanks!
[eluser]CroNiX[/eluser]
And you're sure it's CI doing that and not your browser caching pages? Which it will unless you are sending no-cache headers from your app or have caching turned off in your browsers settings. |
Welcome Guest, Not a member yet? Register Sign In |