Skip to content
Snippets Groups Projects
Commit 3d23830e authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Add session timeout info

parent 380e54bd
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment