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
string
Path 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
bool
True on success, false otherwise