Hi,
I have a small code for auto session time out, which logs out a user upon a
session timeout, i want to get him back to the page he was on, before the
session time out..
$inactive)
{
$go=$_SERVER['HTTP_REFERER'];
session_destroy();
header("Location:index.php?go=$go");
}
}
$_SESSION['timeo
Hi,
cfg: w2k prof, apache 1.3, php 4.2.3
Is there any way to set %subject% ? I need to take some action when client
do not touch keyboard for specific amount of time
THX
Dan
Hi all,
can anyone tell me how can config "session timeout"
i know the default time is 180min, how can i make it shortly?
pls advise. thx a lot!
Stanley
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTEC