This is essentially the problem. IE, by default, doesn't check for new content in the way you need.
Instead of a meta tag, use CFHEADER. <cfheader name="expires" value="0"> This will do the trick. On 8/26/06, Denny Valliant <[EMAIL PROTECTED]> wrote: > Don't know if it's related, but I had a weird session bug with IE a week or > so ago, and adding the meta-attrribute "expires:today" or whatever that is > seems to have cleared it up. > > So maybe try adding those meta-tags that force a refresh every time... > maybe. Probably totally unrelated, but it was working fine in FF and not in > IE... :-) > :den > > On 8/25/06, Eric Roberts <[EMAIL PROTECTED]> wrote: > > > > I am having an issue with session vars not being read the same between IE > > and Firefox. What I am doing is setting a session array and in this array I > > set an element that contains a user friendly name for a page. You can then > > add this page to a custom links area by clicking on a link thqat opens up > > the page that processes this and send it to the db. When the processing is > > done and the link and page name are saved to the db, it refreshes the parent > > and closes it'self. What is happeniong, in Firefox, the correct Page name > > is coming up. In IE, it is acting like the page name was not changed from > > the initial population of the array element. Does anyone know why IE > > (doesn't matter if it is 6 or 7) is doing this and what I need to do to > > correct this? Thnaks in advance! > > > > Eric > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251175 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

