Re: Browser Caching Problem
Hi Jonathan,
Right now, I can think of one old school way of dealing with browser
(and even proxy) caching, which is to append the url with a random
query string to make it look unique to the browser, eg.
Response.Redirect("grid.aspx?K12dU33jb1kjj22")
Collin Chung
jlotmar wrote:
I am currently experiencing a problem whereby browser caching seems to be
causing my page to be invalid.
.
Relevant Pages
- Re: How to make my PHP page up-to-date
... Maybe the proxy caches the page not the ... A normal proxy is caching the pages. ... that the browser tells the proxy to reload the page like I would press/click ... Shift + Reload. ... (alt.php) - Re: access only to one external site
... Is the firewall client installed on the client? ... Is the browser configured to use a proxy or not? ... If you can send a zipped print screen of the Destination Set definition it ... (microsoft.public.isa.configuration) - Re: [PHP] After INSERT form submit - Data doesnt refresh!
... Did you turn caching off in your browser and try it then? ... I have a php page, "a.php", which contains these three things: ... SELECT statement to display records from a mySQL Table ... (php.general) - Re: Using Google to read RMMGA
... > laptop where I just occasionally switches over to Windows ... > what gets through to your browser is the 'privoxy' junk filtering proxy ... > (http://www.privoxy.org is the web site I believe). ... (rec.music.makers.guitar.acoustic) - Re: Network connection
... >>> Is it time to read about proxies? ... >> servers on Wikipedia and reverted some vandalism there. ... >>>of proxy or port not allowed on the firewall. ... > sites that you weren't able to access with a browser? ... (uk.comp.os.linux) |
|