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 c34a000 commit 118a0deCopy full SHA for 118a0de
src/Debug/SessionCollector.php
@@ -315,6 +315,10 @@ protected function renderCookieParams() : string
315
</tr>
316
</tbody>
317
</table>
318
+ <p>
319
+ <strong>Set-Cookie:</strong> <?=
320
+ $this->options['set_cookie_permanent'] ? 'Permanent' : 'Normal' ?>
321
+ </p>
322
<?php
323
return \ob_get_clean(); // @phpstan-ignore-line
324
}
0 commit comments