Groups | Blog | Home
all groups > inetserver asp general > october 2004 >

inetserver asp general : Is there NO ONE that can help with this error?


gm
10/27/2004 12:58:02 PM
This is a repost... starting to feel invisible here... does no one know?

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 the form so the user can go
back, make a few changes, and submit again.

I checked knowledge base for this and I do not have "Do not save encrypted
pages to disk" checked and the user is running IE
6.0.2900.2180.xpsp_sp2_rtm.040803-2158 I am running server2003 and
IE 6.0.3790.0 update version 3283 and I don't have the problem.

thanks.


gm
10/27/2004 3:44:24 PM
Thank you so much for your reply, I will give it a try.

[quoted text, click to view]

Jim Byrd
10/27/2004 3:45:51 PM
Hi gm - In IE, Tools|Internet Options, on the Security Tab click on the
Internet Icon and then on Custom Level. Under Miscellaneous be sure that
both 'Submit nonencrypted form data' and 'Userdata persistence' are checked
"Enable", the OK out. See if that fixes it for you.

--
Please respond in the same thread.
Regards, Jim Byrd, MS-MVP



In news:417ffdd1$1@news.microsoft.com,
gm <a-gemart@microsoft.com> typed:
[quoted text, click to view]
gm
10/27/2004 3:52:19 PM
Thanks! I'll give it a try.

[quoted text, click to view]

Tim Slattery
10/27/2004 4:06:02 PM
[quoted text, click to view]

You make sure that the page's "<form....>" element specifies
'method="get"'.

Of course, that means that all the submitted data will be visible in
the URL, and that there's a limit on the total amount of data that can
be submitted.

--
Tim Slattery
MS MVP(DTS)
Ray Costanzo [MVP]
10/27/2004 4:09:40 PM
http://www.aspfaq.com/5004
http://www.aspfaq.com/2081

Ray at work


[quoted text, click to view]

AddThis Social Bookmark Button