The Explorer Guide
This blog provides the basis for more focused technology tips.
Pages
Home
About Me
My Work
Friday, December 3, 2010
time difference
$curtime = time();
echo $dif = $curtime-$_SESSION['time'];
if($dif > 20 && $dif!=time())
{
session_unset();
}else{
$_SESSION['time'] = time();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment