You are here

public function NullSessionHandler::destroy in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php \Symfony\Component\HttpFoundation\Session\Storage\Handler\NullSessionHandler::destroy()

File

vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php, line 58

Class

NullSessionHandler
NullSessionHandler.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

public function destroy($sessionId) {
  return true;
}