Page 1 of 1

Page Refresh Problem

Posted: Mon Mar 23, 2009 11:15 am
by everurssantosh
Hi,

I want to kill the session varriables and form details of a page, once the back button is clicked or the page is refreshed by using F5 button in a PHP page.

Now, hitting the back button and then F5, my page loads again resulting some redunant data which is not acceptable.
I want to control this using PHP not with some Javascript restrictions which is again browser depenant and not more secured.

Kindly help on this.

Thanks
Santosh

Re: Page Refresh Problem

Posted: Mon Mar 23, 2009 2:35 pm
by wellhole
The only suggestion I can give you is to use frames or iframe and have the internal document target _top. This will surely clear out the content in the form.