Extend Session Timeout value

by mariganesh 2013-05-23 10:31:11

Extend Session Timeout value




<?php
ini_set('session.gc_maxlifetime', 8*60*60);

// Change the session timeout value to 8*60*60 = 8 hours

?>

390
like
0
dislike
0
mail
flag

You must LOGIN to add comments
Guna

Good