Example #1
0
 /**
  * {@inheritdoc}
  */
 public function read($sessionId)
 {
     try {
         return parent::read($sessionId);
     } catch (ConcurrentConnectionsExceededException $e) {
         require $this->filesystem->getDirectoryRead(DirectoryList::PUB)->getAbsolutePath('errors/503.php');
     }
 }
Example #2
0
 /**
  * @return int|mixed
  */
 public function getLifeTime()
 {
     return $this->sessionHandler->getLifeTime();
 }