![]() |
Strange page caching - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Strange page caching (/showthread.php?tid=58768) |
Strange page caching - El Forum - 07-16-2013 [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! Strange page caching - El Forum - 07-17-2013 [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. |