PHP Class Horde_SessionHandler_Storage_Builtin, horde

This doesn't do any session handling itself - instead, it exists to allow utility features to be used with the built-in PHP handler. Copyright 2005-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Matt Selsky ([email protected])
Inheritance: extends Horde_SessionHandler_Storage
显示文件 Open project: horde/horde

Protected Properties

Property Type Description
$_path string Directory with session files.

Public Methods

Method Description
__construct ( array $params = [] )
close ( )
destroy ( $id )
gc ( $maxlifetime = 300 )
getSessionIDs ( )
open ( $save_path = null, $session_name = null )
read ( $id )
write ( $id, $session_data )

Method Details

__construct() public method

public __construct ( array $params = [] )
$params array

close() public method

public close ( )

destroy() public method

public destroy ( $id )

gc() public method

public gc ( $maxlifetime = 300 )

getSessionIDs() public method

public getSessionIDs ( )

open() public method

public open ( $save_path = null, $session_name = null )

read() public method

public read ( $id )

write() public method

public write ( $id, $session_data )

Property Details

$_path protected_oe property

Directory with session files.
protected string $_path
return string