pilot1
11-02-2003, 06:18 AM
I'm using phpSecurePages (http://phpsecurepages.com) to force someone to enter a password before they enter my website.
However, they have access until they manually log out.
Is there a way to run the following code 10 minutes after they login?
<?PHP
$logout = true;
$cfgProgDir = 'phpSecurePages/';
include($cfgProgDir . "secure.php");
?>
I'm running Linix, and I've heard that I may need to set up a crontab to do it, but I don't know if that will work for logging users out.
Thanks!
However, they have access until they manually log out.
Is there a way to run the following code 10 minutes after they login?
<?PHP
$logout = true;
$cfgProgDir = 'phpSecurePages/';
include($cfgProgDir . "secure.php");
?>
I'm running Linix, and I've heard that I may need to set up a crontab to do it, but I don't know if that will work for logging users out.
Thanks!