We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c63e51 commit cdda18dCopy full SHA for cdda18d
1 file changed
system/HotReloader/HotReloader.php
@@ -18,6 +18,10 @@ final class HotReloader
18
{
19
public function run(): void
20
21
+ if (session_status() === PHP_SESSION_ACTIVE) {
22
+ session_write_close();
23
+ }
24
+
25
ini_set('zlib.output_compression', 'Off');
26
27
header('Cache-Control: no-store');
0 commit comments