I have a mini calendar on my pages that will take you to a master events
calendar. The links on the calendar give you the option of selecting
today's date, month view, or a previous or future date. The today's date
is caching any previous view and I can't seem to stop this from
happening. This occurs in both IE and Firefox. Do I need to set a
caching directive in IIS in order to stop this from happening? Any
direction would be helpful.

 

I have tried:

 

<cfheader name="expires" value="#now()#" />

<cfheader name="pragma" value="no-cache" />

<cfheader name="cache-control" value="no-cache, no-store,
must-revalidate" />

 

<cfcache action="flush">

 

<meta http-equiv="expires" content="Mon, 06 Jan 1990 00:00:01 GMT" />

 

 

Steve LaBadie, Web Manager

East Stroudsburg University

200 Prospect St.

East Stroudsburg, Pa 18301

570-422-3999

http://www.esu.edu

slaba...@po-box.esu.edu

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321871
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to