« Previous Next »

Thread: Handling Web Page has expired Issue ( IE 7.0) in ASP.NET 2.0

Last post 06-12-2007 2:48 AM by Zhao Ji Ma - MSFT. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 06-11-2007, 1:17 AM

    • srikash74
    • Not Ranked
    • Joined on 05-22-2007, 12:00 PM
    • Posts 1

    Handling Web Page has expired Issue ( IE 7.0) in ASP.NET 2.0

    Hi all, Problem: I have two aspx (ASP.NET 2.0) pages 1) A.aspx and 2) B.aspx. If i navigate from A.aspx to B.aspx with the default values and click on the Browser Back Button then Page navigates back to A.aspx. If I change some data in the A.aspx page and (if that page has postback) and navigate to B.aspx and click on the Browser Back Button I am getting the Message as "Web page has Expired" instead of navigating to the A.aspx. My requirement is to send it back to A.aspx. I tried with the "Do not save encrypted pages to disk" option in the Security settings of the browser but still the problem persists. Is there any way get rid of this issue either through coding or through browser setting of through any fixes ? Thanks & Regards, Sreenivas Kaushik
  • 06-12-2007, 2:48 AM In reply to

    Re: Handling Web Page has expired Issue ( IE 7.0) in ASP.NET 2.0

    Hi Sreenivas,

    The pages are retrieved from browser cache when you click the back button of the browser. If you are not submitting data from page1 to page2, the version from the browser cache is OK.  

    However if there is information you submitted in a form. As a security precaution, Internet Explorer does not automatically resubmit your information for you if Back button has been pressed. And you will get "Warning: Page has Expired ".

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

    BTW, I guess you might refer to KB arctiles which apply to ealier versions of IE, e.g. the following KB is for IE 4. If so, please ignore it. 

     

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
Page 1 of 1 (2 items)
Microsoft Communities