If it's the browser, I sometimes force a real refresh by putting some random number in a variable in the URL, e.g., somepage?z=10394.It's also pretty easy to set http headers that prevent caching:
.setHeader( "Pragma", "no-cache" ) # for http1.0 clients .setHeader( "Cache-Control", "no-cache" ) # for http1.1 clients
There are also some <META> tags, I think...
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss