i developed a website using codeigniter 4 and before i had problem with login due to cache and i added $response->noCache(); to the base controller and now l
$response->noCache();