Add session timeout info

This commit is contained in:
Laurent Destailleur 2008-10-10 18:21:00 +00:00
parent 380e54bd5a
commit 3d23830e8f
3 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,8 @@ print '<tr class="liste_titre"><td>'.$langs->trans("Session").'</td><td>'.$langs
$var=!$var;
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("SessionId")."</td><td>".session_id()."</td></tr>\n";
$var=!$var;
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("CurrentSessionTimeOut")."</td><td>".ini_get('session.gc_maxlifetime').' '.$langs->trans("seconds")."</td></tr>\n";
$var=!$var;
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("CurrentTheme")."</td><td>".$conf->theme."</td></tr>\n";
$var=!$var;
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("CurrentTopMenuHandler")."</td><td>".$conf->top_menu."</td></tr>\n";

View File

@ -79,6 +79,7 @@ ServerTZ=Time Zone Server
PHPTZ=Time Zone PHP
PHPServerOffsetWithGreenwich=Offset for PHP server width Greenwich (secondes)
CurrentHour=Current hour
CurrentSessionTimeOut=Current session timeout
OSEnv=OS Environment
Box=Box
Boxes=Boxes

View File

@ -79,6 +79,7 @@ ServerTZ=Time Zone Serveur
PHPTZ=Time Zone PHP
PHPServerOffsetWithGreenwich=Offset serveur PHP avec Greenwich (secondes)
CurrentHour=Heure courante
CurrentSessionTimeOut=Time out session courante
OSEnv=Environnement OS
Box=Boîte
Boxes=Boîtes