If I activate the Codeigniter cache in the construct function of start controller (for example). So:
$this->output->cache(20); //20 minutes
If I do login in the principal page (built with Tank auth library) the complete web application is shown, if when I do logout, I reload the page , the complete web application is shown again. Why?
Obviously, This doesn't happen if the cache is disabled.