We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf540 commit 57674a8Copy full SHA for 57674a8
packages/router/src/HttpApplication.php
@@ -11,6 +11,7 @@
11
use Tempest\Core\Tempest;
12
use Tempest\Http\RequestFactory;
13
use Tempest\Http\Session\Session;
14
+use Tempest\Http\Session\SessionManager;
15
use Tempest\Log\Channels\AppendLogChannel;
16
use Tempest\Log\LogConfig;
17
@@ -57,7 +58,7 @@ public function run(): void
57
58
$router->dispatch($psrRequest),
59
);
60
- $this->container->get(Session::class)->cleanup();
61
+ $this->container->get(SessionManager::class)->cleanup();
62
63
$this->container->get(Kernel::class)->shutdown();
64
}
0 commit comments