You are here

public function NullSessionHandler::gc 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::gc()

File

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

Class

NullSessionHandler
NullSessionHandler.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

public function gc($maxlifetime) {
  return true;
}