Class files
File-based session storage using the native PHP save handler.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Session
- Core\Session\Driver\files
Package: Core\Session
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Session/Driver/files.inc.php
Methods summary
protected
|
Methods inherited from Core\Session
__construct()
,
__destruct()
,
_setParameters()
,
activate()
,
active()
,
activeInstance()
,
autocreate()
,
deactivate()
,
generateID()
,
getToken()
,
id()
,
name()
,
parameterID()
,
purge()
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Session
CookieDomainParameter
,
CookieHTTPRestriction
,
CookieLifetimeParameter
,
CookieParameter
,
CookiePathParameter
,
CookieSecurity
,
GcLifetimeParameter
,
GcProbabilityParameter
,
IPSecurityParameter
,
LifetimeParameter
,
NameParameter
,
RefererCheckParameter
,
RequireCookie
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType