Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Clearing browser cache
  • How to clear browser cache in fuelphp
  • You can't, that is a client-side action, in the settings of the browser.
  • What you can do is force the creation of new cache
  • When i click browser back button after logout it shows the content.
    so,i want to clear browser cache in fuelphp
  • HarroHarro
    Accepted Answer
    That is a design problem.

    If you don't want output cached, you have to make sure the browser doesn't cache it by using the correct headers.

    And if you use a POST for your buttons instead of a GET, it will force a reload of the page when the back button is used.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion