public function MetadataBag::getLifetime in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Storage/MetadataBag.php \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::getLifetime()
Gets the lifetime that the session cookie was set with.
Return value
int
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ MetadataBag.php, line 92
Class
- MetadataBag
- Metadata container.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getLifetime() {
return $this->meta[self::LIFETIME];
}