public function MetadataBag::getLifetime

Gets the lifetime that the session cookie was set with.

Return value

integer

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php, line 82

Class

MetadataBag
Metadata container.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function getLifetime() {
  return $this->meta[self::LIFETIME];
}