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 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