You are here

public function MemcachedSessionHandler::gc in Zircon Profile 8.0

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

File

vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php, line 110

Class

MemcachedSessionHandler
MemcachedSessionHandler.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

public function gc($maxlifetime) {

  // not required here because memcached will auto expire the records anyhow.
  return true;
}