FilesystemHandler
Extends SessionHandler Implements HandlerInterfaceFilesystem session storage handler
| since |
2.0.0 |
|---|---|
| package |
Joomla Framework |
Methods
__construct
Constructor
__construct(string path = '') : mixed
| since |
2.0.0 |
|---|---|
| throws |
|
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() : bool
static
| since |
2.0.0 |
|---|
Response
boolTrue on success, false otherwise