From db1061acab21500c63a5f7ed579dc873dc639bec Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 20 Jan 2015 20:56:20 -0800 Subject: [PATCH] Additional session debug info added. --- e107_handlers/db_debug_class.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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))."