public function MemcachedSessionHandler::gc

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php, line 110

Class

MemcachedSessionHandler
MemcachedSessionHandler.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

public function gc($lifetime) {

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