I have the following script to logout, but when you push the back
button on the browser you can have access to the database. I would
like that not to happen.
if ($inrequired=~/logout/i)
{print "Content-type: text/html\n\n";
print <<"PrintTag";
<html>
<head><title>Log Out</title>
</head>
<body bgcolor="#330099" text="#ffff00" link="#FF00FF" alink="#FFCC99"
vlink="#FF0000">
<center>
<h3>Thank you!</h3>
<p><a href="$url"> $company Home Page</a> <br> <a
href="$urlcwnverify">Log into Apartment/Restaurant/User Info
Databases</a>
</p>
</center>
</body>
</html>
PrintTag
exit(0);
}
else
{print "Location:http://traymond.hypermart.net\n\n";
exit(0);
}
--
-------------------------------
- Teresa Raymond -
- Mariposa Net -
- http://www.mariposanet.com -
-------------------------------
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]