Constructs a new SessionHandler instance.
\Symfony\Component\HttpFoundation\RequestStack $requestStack: The request stack.
\Drupal\Core\Database\Connection $connection: The database connection.
\Drupal\Component\Datetime\TimeInterface $time: The time service.
public function __construct(RequestStack $requestStack, Connection $connection, TimeInterface $time) { }