diff --git a/e107_handlers/db_debug_class.php b/e107_handlers/db_debug_class.php index 546159045..b330391db 100644 --- a/e107_handlers/db_debug_class.php +++ b/e107_handlers/db_debug_class.php @@ -537,7 +537,7 @@ class e107_db_debug { } } - + $sess = e107::getSession(); $text .= " @@ -553,6 +553,21 @@ class e107_db_debug {

Session

+ + Session lifetime + ".$sess->getOption('lifetime')." seconds + + + Session domain + ".$sess->getOption('domain')." + + + Session save method + ".$sess->getSaveMethod()." + + + +
".htmlspecialchars(print_r($_SESSION,TRUE))."