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
=
- \htmlentities(Debugger::makeDebugValue($value))
+ \htmlentities(\get_debug_type($value))
?>
=
- \htmlentities(Debugger::makeDebugValue($value))
+ \htmlentities(\get_debug_type($value))
?>
=
- \htmlentities(Debugger::makeDebugValue($value))
+ \htmlentities(\get_debug_type($value))
?>
=
- \htmlentities(Debugger::makeDebugValue($value))
+ \htmlentities(\get_debug_type($value))
?>