public function SessionHandlerInterface::open

Open session.

Parameters

string $savePath Save path.:

string $sessionName Session Name.:

Return value

boolean

Throws

\RuntimeException If something goes wrong starting the session.

See also

http://php.net/sessionhandlerinterface.open

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php, line 39

Class

SessionHandlerInterface
SessionHandlerInterface

Code

public function open($savePath, $sessionName);