473,396 Members | 1,755 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Warning Expired pages message

This is driving us crazy. And it only seems to happen in IE. Mozilla and
Firefox don't have this problem.

We get this message all the time, but I can't figure out why as it is not
consistant (or doesn't seem to be).
************************************************** ************************************************** ******************
Warning: Page has Expired The page you requested was created using
information you submitted in a form. This page is no longer available. As a
security precaution, Internet Explorer does not automatically resubmit your
information for you.

To resubmit your information and view this Web page, click the Refresh
button.
************************************************** ************************************************** *******************

I have a page that I press buttons and grids will open up after being filled
and if I press the Back button, I get this message. This happens 2 seconds
after displaying.

I go to another page and it doesn't get the message.

What causes the message?

If you press the refresh, it handles the page fine - so why doesn't it just
do it in these instances?

Thanks,

Tom

Nov 19 '05 #1
1 1365
this is by design - IE is warning that it is reposting the data, this was
done becuase so many sites do not handle this correctly (query this newgroup
for requests to turn off the back button for a sampling).

when you go back, if the page is marked as expired (or do not cache) and the
page was the result of a post (button click, submit or .net autopostback)
the browser needs to post the form data again to the server to get the page.

little example, a .net page with one button, and expired set.

1) navigate to page (render)
2) click button once (submit)
3) click back - no message because back is the original render

1) navigate to page (render)
2) click button once (submit)
3) click button again (submit)
4) click back - message occurs because previous page is a result of a
postback (submit)

a refresh never causes the message because it is alway a rerender of the
url, not a post.

-- bruce (sqlwork.com)


"tshad" <ts**********@ftsolutions.com> wrote in message
news:OE**************@TK2MSFTNGP12.phx.gbl...
This is driving us crazy. And it only seems to happen in IE. Mozilla and
Firefox don't have this problem.

We get this message all the time, but I can't figure out why as it is not
consistant (or doesn't seem to be).
************************************************** ************************************************** ******************
Warning: Page has Expired The page you requested was created using
information you submitted in a form. This page is no longer available. As
a security precaution, Internet Explorer does not automatically resubmit
your information for you.

To resubmit your information and view this Web page, click the Refresh
button.
************************************************** ************************************************** *******************

I have a page that I press buttons and grids will open up after being
filled and if I press the Back button, I get this message. This happens 2
seconds after displaying.

I go to another page and it doesn't get the message.

What causes the message?

If you press the refresh, it handles the page fine - so why doesn't it
just do it in these instances?

Thanks,

Tom

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Dave Smithz | last post by:
Hi, In summary: I want to a form to submit information via a HTTP POST, however, when using Internet Explorer I want to be able to use the back button and all the information retained....
3
by: mgm | last post by:
How do you get a web app to not show the 'page has expired...' error and refresh and requery when you hit the back button after submitting a form? I just want the old data to still be displayed in...
1
by: John Good | last post by:
I have an intranet .NET web application running on my server. Everything works fine until 2 weeks ago. One of my user start to get message "Warning Page has expired" on almost every pages when she is...
1
by: Coder Coder | last post by:
Hi, I get the following message when the back-button is clicked "Warning: Page has Expired". This message only appeared after I used the following line of code. Page.Response.Expires = 20; ...
0
by: Quentin Huo | last post by:
Hi: After the submit button is clicked, the page is posted back. Now if I click the "Back" button in the IE toolbar, I will get the warning message: Warning: Page has Expired The page you...
1
by: Fernando Chilvarguer | last post by:
HI, I have a page that users use to search for other users on my web site. Very simple page: - 3 input Parameters (TextBoxes) - 1 DataGrid with the search results. All works fine.
1
by: Patrick.O.Ige | last post by:
Hi All, How can i get rid of "Warning :Page has expired" Question after clicking on BACK button on the browser?I have an application that uploads a file to a Server and after "Confirmation that...
15
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update...
3
by: Jack Daynes | last post by:
I'm hoping that someone here can help us out. We are in the process of re-writing the underlying code for my website (link to old version below). The site is (and will continue to be) driven by...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.