Class elFinderSession
elFinder - file manager for web. Session Wrapper Class.
- elFinderSession implements elFinderSessionInterface
public
|
|
public
mixed
|
|
public
|
|
protected
mixed|null
&
|
|
protected
boolean|mixed|string|null
|
|
public
|
|
public
|
|
protected
string
|
|
public
|
|
protected
|
#
session_start_error( $errno, $errstr )
sessioin error handler (Only for suppression of error at session start) |
protected
boolean
|
$started
A flag of session started |
#
false
|
protected
boolean
|
$fixCookieRegist
To fix PHP bug that duplicate Set-Cookie header to be sent |
#
false
|
protected
array
|
$keys
Array of session keys of this instance |
#
array()
|
protected
boolean
|
$base64encode
Is enabled base64encode |
#
false
|
protected
array
|
$opts
Default options array |
#
array(
'base64encode' => false,
'keys' => array(
'default' => 'elFinderCaches',
'netvolume' => 'elFinderNetVolumes'
),
'cookieParams' => array()
)
|