From 201870790fdddb86b586ee3ea8e540202ba7a42a Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Wed, 11 Jun 2025 15:19:59 -0300 Subject: [PATCH 1/2] Fix wrong word --- guide/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/index.rst b/guide/index.rst index f55432f..258402c 100644 --- a/guide/index.rst +++ b/guide/index.rst @@ -106,7 +106,7 @@ This will help avoid Set-Cookie Permanent #################### -It is possible to send the section's Set-Cookie header in all HTTP responses by +It is possible to send the session's Set-Cookie header in all HTTP responses by setting the ``set_cookie_permanent`` option: .. code-block:: php From b676bd531fb17e1e17dc6fe8e74ff86f7591342a Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Wed, 18 Jun 2025 21:25:30 -0300 Subject: [PATCH 2/2] Show only debug type in debugbar panel --- src/Debug/SessionCollector.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/Debug/SessionCollector.php b/src/Debug/SessionCollector.php index 1ed7cae..1b10f50 100644 --- a/src/Debug/SessionCollector.php +++ b/src/Debug/SessionCollector.php @@ -10,7 +10,6 @@ namespace Framework\Session\Debug; use Framework\Debug\Collector; -use Framework\Debug\Debugger; use Framework\Helpers\ArraySimple; use Framework\Session\SaveHandler; use Framework\Session\SaveHandlers\DatabaseHandler; @@ -96,7 +95,7 @@ protected function renderData() : string Key - Value + Value Type @@ -104,7 +103,7 @@ protected function renderData() : string
@@ -138,7 +137,7 @@ protected function renderFlashOld() : string Key - Value + Value Type @@ -146,7 +145,7 @@ protected function renderFlashOld() : string
@@ -170,7 +169,7 @@ protected function renderFlashNew() : string Key - Value + Value Type @@ -178,7 +177,7 @@ protected function renderFlashNew() : string
@@ -200,7 +199,7 @@ protected function renderTemp() : string Key - Value + Value Type TTL @@ -209,7 +208,7 @@ protected function renderTemp() : string