Trait Props
Direct Known Users
MvcCore\Session
protected
string
|
$__name
Default session namespace name. |
#
\MvcCore\ISession::DEFAULT_NAMESPACE_NAME
|
protected static
boolean|null
|
$started
Static boolean about if session has been already started or not. |
#
NULL
|
protected static
array|stdClass
|
$meta
Metadata array or stdClass with all MvcCore namespaces metadata information:
- |
#
[
/** @var \string[] Array with all namespace records names. */
'names' => [],
/** @var \int[] Array with all namespace records page requests count to expire. Keyed by namespace names. */
'hoops' => [],
/** @var \int[] Array with all records expiration times. Keyed by namespace names. */
'expirations' => [],
]
|
protected static
|
$instances
Array of created |
#
[]
|
protected static
integer
|
$sessionStartTime
Unix epoch for current request session start moment. |
#
0
|
protected static
integer
|
$sessionMaxTime
The highest expiration in seconds for namespace with
the highest expiration to set expiration for |
#
0
|
protected static
|
$req
Request instance reference. |
#
NULL
|