Add session flags management and encryption key support

This commit is contained in:
netkas 2024-12-10 13:30:08 -05:00
parent 790262db08
commit 1d452bc71b
8 changed files with 209 additions and 76 deletions

View file

@ -85,11 +85,6 @@
return false;
}
if(in_array(SessionFlags::AUTHENTICATED, $this->flags))
{
return true;
}
return $this->authenticated;
}