mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 05:07:27 +02:00
Additional session debug info added.
This commit is contained in:
@@ -537,7 +537,7 @@ class e107_db_debug {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$sess = e107::getSession();
|
||||||
|
|
||||||
$text .= "
|
$text .= "
|
||||||
|
|
||||||
@@ -553,6 +553,21 @@ class e107_db_debug {
|
|||||||
<tr>
|
<tr>
|
||||||
<td class='fcaption' colspan='2'><h2>Session</h2></td>
|
<td class='fcaption' colspan='2'><h2>Session</h2></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='forumheader3'>Session lifetime</td>
|
||||||
|
<td class='forumheader3'>".$sess->getOption('lifetime')." seconds</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='forumheader3'>Session domain</td>
|
||||||
|
<td class='forumheader3'>".$sess->getOption('domain')."</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='forumheader3'>Session save method</td>
|
||||||
|
<td class='forumheader3'>".$sess->getSaveMethod()."</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class='forumheader3' colspan='2'><pre>".htmlspecialchars(print_r($_SESSION,TRUE))."</pre></td>
|
<td class='forumheader3' colspan='2'><pre>".htmlspecialchars(print_r($_SESSION,TRUE))."</pre></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user