PHP Class Horde_SessionHandler_Storage_External, horde

Copyright 2010-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: Michael Slusarz ([email protected])
Inheritance: extends Horde_SessionHandler_Storage
Mostra file Open project: horde/horde

Public Methods

Method Description
__construct ( array $params = [] ) Constructor.
close ( )
destroy ( $id )
gc ( $maxlifetime = 300 )
getSessionIDs ( ) Get a list of the valid session identifiers.
open ( $save_path = null, $session_name = null )
read ( $id )
write ( $id, $session_data )

Method Details

__construct() public method

Constructor.
public __construct ( array $params = [] )
$params array Required parameters:
close - (callback) See session_set_save_handler().
destroy - (callback) See session_set_save_handler().
gc - (callback) See session_set_save_handler().
open - (callback) See session_set_save_handler().
read - (callback) See session_set_save_handler().
write - (callback) See session_set_save_handler().

close() public method

public close ( )

destroy() public method

public destroy ( $id )

gc() public method

public gc ( $maxlifetime = 300 )

getSessionIDs() public method

Get a list of the valid session identifiers.
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 )