Get the current Session Timeout Value

by mariganesh 2013-05-23 10:27:58

Get the current Session Timeout Value



<?php

$currentTimeoutInSecs = ini_get('session.gc_maxlifetime');

echo $currentTimeoutInSecs;

?>
863
like
0
dislike
0
mail
flag

You must LOGIN to add comments