Hi all,
I am getting a problem of Page expiration in IE .I have searched a lot on web.I got many results but not able to resolve my problem.
I have a a form where i will write a article.I will specify its contents and title ans category and subcategory.By clicking on upload button i go to the page (page2.php) where i can upload the images for articles.I have a return button on click of which i come to previous page (page1.php)
On this page i have save button and cancel button.Clicking on save i go to the page (page3.php) from which i came to this page.Now when i click browser back button it must go to the page1.php.But its showing warning :"Page has expired".
What is that thing its not getting on browser back button click?But getting on refreshing the page?I have used POST method in Form.
What can be the solution for this?
I am getting a problem of Page expiration in IE .I have searched a lot on web.I got many results but not able to resolve my problem.
I have a a form where i will write a article.I will specify its contents and title ans category and subcategory.By clicking on upload button i go to the page (page2.php) where i can upload the images for articles.I have a return button on click of which i come to previous page (page1.php)
On this page i have save button and cancel button.Clicking on save i go to the page (page3.php) from which i came to this page.Now when i click browser back button it must go to the page1.php.But its showing warning :"Page has expired".
What is that thing its not getting on browser back button click?But getting on refreshing the page?I have used POST method in Form.
What can be the solution for this?
Comment