I have a page where Javascript (the onchange event in a SELECT box) reloads a page 
and resets some session vars. I had problems where those session vars would not get 
reset because the page was being pulled out of the browser cache.

The problem disappeared if I set the browser options to check the page every time, but 
I couldn't rely on all users having that option set in their own browsers. Taking a 
cue 
from an old post to this list, I found that adding a random number to the query string 
for 
the reload action fixed the problem -- but using the standard META Pragma/ META 
Expire tags did not. Can someone please explain why the META no-cache tags don't 
work in a situation like this?

Gene Kraybill


---------------------------------
Gene Kraybill
LPW & Associates LLC
www.lpw.net

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to