Re: [PHP] Expire data from form

2001-03-18 Thread Paul R. Jackson
Sheni, I needed to do a similar thing as this. When creating the form have a hidden value which is the current time. The when procesing the form check the time. If its to old just say page expired. I found this worked fine. Hope this helps. Paul ""Sheni R. Meledath"" <[EMAIL PROTECTED]> wrote

Re: [PHP] Expire data from form

2001-03-18 Thread Data Driven Design
You can use javascript and set the history length to 0 - Original Message - From: Sheni R. Meledath <[EMAIL PROTECTED]> To: PHP Masters <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 11:47 PM Subject: [PHP] Expire data from form > Hi, > > I have set