BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Refresh ISAPI

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Isapi-WebBroker
View previous topic :: View next topic  
Author Message
mw
Guest





PostPosted: Tue Sep 23, 2003 2:45 am    Post subject: Refresh ISAPI Reply with quote



How do you make sure that a .dll call doesn't come from the cache, and
instead always calls to the server?



Back to top
Dennis Passmore
Guest





PostPosted: Fri Oct 03, 2003 12:18 pm    Post subject: Re: Refresh ISAPI Reply with quote



Add the following code to all pages returned by the .dll and they will expire immediately
and require refreshing from the server.

<%
' Prevent client caching page
Response.Buffer = True
Response.cachecontrol="private"
Response.ExpiresAbsolute = Now() - 1
Response.AddHeader "Cache-Control", "must-revalidate"
Response.AddHeader "Cache-Control", "no-cache"
%>


Dennis Passmore
Ultimate Software, Inc.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Internet Isapi-WebBroker All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.