page running after browser close
Posted: Sat Jan 30, 2010 1:56 pm
Hi,
I've just run into something I've never seen before.
I have a form that allows a customer to accept or deny an agreement. If agree isn't explicitly clicked, I assume it's been rejected.
The problem is if a visitor closes their browser. The page they're on gets run again after they close the browser, even though form submit is never clicked.
I'm assuming it has something to do with $_SESSION, but I've never seen this feature documented anywhere. It happens on all browsers. I'm running Apache 2.2 on a Redhat server, php 5.2, I'm using $_SESSIONs and it's over an ssl link.
Does anyone know more or somewhere I can go for more information?
Thanks
I've just run into something I've never seen before.
I have a form that allows a customer to accept or deny an agreement. If agree isn't explicitly clicked, I assume it's been rejected.
The problem is if a visitor closes their browser. The page they're on gets run again after they close the browser, even though form submit is never clicked.
I'm assuming it has something to do with $_SESSION, but I've never seen this feature documented anywhere. It happens on all browsers. I'm running Apache 2.2 on a Redhat server, php 5.2, I'm using $_SESSIONs and it's over an ssl link.
Does anyone know more or somewhere I can go for more information?
Thanks