From: Brian P. C. <bm...@bm...> - 2006-07-24 19:50:12
|
Secateurs, The caching issue is now behind us. Again, it is amazing what a little research will yield. http://developer.mozilla.org/en/docs/Using_Firefox_1.5_caching#Sa mple_code For http traffic, Firefox wants Cache-Control: no-store instead of no- cache. It uses no-cache for https. IE Explorer seems happy with both. I switched both Cache-Control and Pragma to no-store instead of no-cache and both browsers now behave almost impeccably and identically. I'm off for a stiff whisky. Regards, Brian |