how do I clear stale POST data?

2007-07-11 Thread Scott Kaplan
Situation: => User puts in username & password into a form (uses POST to send data) to log in. => When the user is done, he/she logs out. => When clicking back (a couple of time) the user eventually reaches the page prompting for username & password Problem: When the user hits refresh or forward,

Re: previously viewed (within 1 minute) dynamic pages don't get updated unless I hit refresh

2006-11-01 Thread Scott Kaplan
Thanks Johathan & Dondi. Setting the "Pragma" and "Cache-Control" solved the problem. Scott On 10/29/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: On Oct 29, 2006, at 9:05 PM, Scott Kaplan wrote: > I tried this on multiple browsers and on multiple mac

previously viewed (within 1 minute) dynamic pages don't get updated unless I hit refresh

2006-10-29 Thread Scott Kaplan
I tried this on multiple browsers and on multiple machines. I have the browsers all setup to not cache anything. If I wait more than 1 minute between visiting the same dynamic page, I don't have the problem. If I visit a recent dynamic page within a minute, I have to hit refresh and only then d

modperl@perl.apache.org

2006-09-10 Thread Scott Kaplan
In one of my perl scripts, I have the following line: use Net::SSLeay qw(post_https make_headers make_form); The interpreter accepts the top line just fine but sometime later in the script it dies on: post_https($host, $port, $script, '',make_form( and I get the following error: undefined sub