Add session flags management and encryption key support
This commit is contained in:
parent
790262db08
commit
1d452bc71b
8 changed files with 209 additions and 76 deletions
|
@ -85,11 +85,6 @@
|
|||
return false;
|
||||
}
|
||||
|
||||
if(in_array(SessionFlags::AUTHENTICATED, $this->flags))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return $this->authenticated;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue