FilesystemHandler

Extends SessionHandler Implements HandlerInterface

Filesystem session storage handler

since

2.0.0

package

Joomla Framework

Methods

__construct

Constructor

__construct( path = '') : 
since

2.0.0

throws

InvalidArgumentException

RuntimeException

Arguments

path

stringPath of directory to save session files. Leave null to use the PHP configured path.

Response

mixed

isSupported

Test to see if the HandlerInterface is available

isSupported() : 
static
since

2.0.0

Response

boolTrue on success, false otherwise