public function SessionHandlerInterface::destroy

Destroys this session.

Parameters

string $sessionId Session ID.:

Return value

boolean

Throws

\RuntimeException On fatal error.

See also

http://php.net/sessionhandlerinterface.destroy

File

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

Class

SessionHandlerInterface
SessionHandlerInterface

Code

public function destroy($sessionId);