The session service name. Type: string File core/li
Wrap session logic around a HTTP request. Note, the session service is not injected into this class in order to prevent premature initialization
public Session::__construct(HttpKernelInterface $http_kernel, $service_name
public Session::handle(Request $request, $type = self::MASTER_REQUEST, $catch
The wrapped HTTP kernel. Type: \Symfony\Component\HttpKernel\HttpKernelInterface File