TwistPHP Documentation

open

File path: dist/twist/Core/Models/Session/Memcache.model.php
Namespace: Twist\Core\Models\Session
Extends:

open

Parameters

Name Type Description
$savePathn/a
$sessionNamen/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$savePath = ;
$sessionName = ;

//Call the function open with the example vars
$resMemcache = new \Twist\Core\Models\Session\Memcache();
$resMemcache -> open($savePath$sessionName);