I think this is the answer to your question. from class code:
if ($this->sess_use_database === FALSE)
{
$this->_set_cookie();
return;
}
even comments belong to the class itself. therefore, it updates the IF cookie without using the database.
source
share