public function SessionHandlerInterface::open in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Resources/stubs/SessionHandlerInterface.php \SessionHandlerInterface::open()
Re-initializes existing session, or creates a new one.
Parameters
string $savePath Save path:
string $sessionName Session name, see http://php.net/function.session-name.php:
Return value
bool true on success, false on failure
See also
http://php.net/sessionhandlerinterface.open
File
- vendor/
symfony/ http-foundation/ Resources/ stubs/ SessionHandlerInterface.php, line 44
Class
- SessionHandlerInterface
- SessionHandlerInterface for PHP < 5.4.
Code
public function open($savePath, $sessionName);