กำหนดเวลาตรง 30 ซึ่งเวลาเป็น นาที
โค๊ด:
$_SESSION['life_time'])){
$_SESSION['life_time'] = time();
}else{
$lifetime = (time()-$_SESSION['life_time'])/60;
if($lifetime>30){
header("location:logout.php");
unset($_SESSION['life_time']);
exit();
}else{
$_SESSION['life_time'] = time();
}
}
?>
จาก http://bc46.com/forum/index.php?topic=1323.msg6553;topicseen#new