Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Warning: Page has expired ?

Reply
Thread Tools

Warning: Page has expired ?

 
 
WJ
Guest
Posts: n/a
 
      08-02-2005
I am using Form authentication and SSL. On the Login page, I have a link to
another web site (not SSL). When I click the IE browser back button, it says
"Warning Page has expired". How can I avoid this ? I have not even login to
my site yet. My session is set to 30 minutes in the web config.

John


 
Reply With Quote
 
 
 
 
Ken Schaefer
Guest
Posts: n/a
 
      08-02-2005
You need to change the Expires HTTP header value. If the page has expired,
and was previously generated by a POST operation, then IE will give the user
that warning.

Cheers
Ken

--
IIS Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com


"WJ" <> wrote in message
news:...
:I am using Form authentication and SSL. On the Login page, I have a link to
: another web site (not SSL). When I click the IE browser back button, it
says
: "Warning Page has expired". How can I avoid this ? I have not even login
to
: my site yet. My session is set to 30 minutes in the web config.
:
: John
:
:


 
Reply With Quote
 
 
 
 
WJ
Guest
Posts: n/a
 
      08-02-2005

"Ken Schaefer" <> wrote in message
news:...
> You need to change the Expires HTTP header value. If the page has expired,
> and was previously generated by a POST operation, then IE will give the
> user
> that warning.
>

Thanks Ken for replying. I think I just need to train my users to use my
controls instead of Browser controls for my website only use POST.

John


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Some shareware has a time limit and the software will not work after the time limit has expired. anthony crowder Computer Support 20 01-16-2007 10:01 AM
Page Caching - Warning: Page has Expired Fernando Chilvarguer ASP .Net 1 11-19-2004 06:03 AM
Prevent 'Page has expired' when a client hits back to return to a search page Mike ASP .Net 1 08-08-2003 03:05 PM
Warning: Page has Expired Coder Coder ASP .Net 1 07-30-2003 03:18 AM
Re: Warning Page Has Expired, I need to turn it OFF for a simple search page Kevin Spencer ASP .Net 2 07-08-2003 09:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57