You are here

public function SessionHandlerInterface::open in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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);