| aelawson 2004-11-24, 4:15 am |
| I need help if someone out there has the solution. My problem is that I have
set up a log in page through Dreamweaver and it works, but how do I make it
timeout without having the person click on the logout link. I just want to
make them log out after they leave the site and also how do I make it so that
they can't bookmark the site after the log in. The code on my application pag
eis below and I knwo that I have to do soemthing with it, but I am not sure.
Thanks for any help someone can offer.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Illinois Propane Gas Association</title>
</head><CFAPPLICATION NAME="Name"
SESSIONMANAGEMENT="Yes" >
<body>
</body>
</html>
|