Response.Expires=0 not working

P

Paul

I use Response.Expires=0 in asp code. This was working fine in production for
some time on a windows 2000 server. In the last month is code is not working
any more the page does not expire it has a expiry time of 10 minutes. Could a
server update cause this code not to work? or do you have any ideas why this
is not working?
 
P

Patrice

AFAIK it could arise if the client side hour is not correct. Check to see
how much the client and server side hour differs (I believe you'll find
around 10 minutes)...

-1 is often used but my personal preference is to use an even greater value
such as -1440 (1 day).

Please, let us know about your findings...
 
P

paul

And along the same lines, here's what usually works for me:

Response.Expires = -1000

Best regards,
J. Paul Schmidt, Freelance Web and Database Developer
http://www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top