Some time we logout from application, then we got successfully massage you are logout , but we click back button then we see we reach also last page where we logout.
I solve this problem with given below function.
I solve this problem with given below function.
Add below code in your AppController.php
public function beforeRender() {
$this->disableCache();
}