Caching CSS and .js files

2008-11-06 Thread Gino Pacitti
Hi All Anyone have any concise information on caching css and .js files while using: setPageRefreshOnBacktrackEnabled(true); Does the Header affect all elements on the page including images, css and .js files or does it just cause the browser to ask for the page again

Re: Caching CSS and .js files

2008-11-06 Thread John Huss
The expires header can be set with mod_expires in apache to control the caching of css and js files. setPageRefreshOnBacktrackEnabled(true) mainly sets the Expires header to expire the html page immediately. John On Thu, Nov 6, 2008 at 2:41 PM, Gino Pacitti [EMAIL PROTECTED] wrote: Hi All

Re: Caching CSS and .js files

2008-11-06 Thread Gino Pacitti
Thanks John I did a little research and found this... Gino On 6 Nov 2008, at 22:47, John Huss wrote: The expires header can be set with mod_expires in apache to control the caching of css and js files. setPageRefreshOnBacktrackEnabled(true) mainly sets the Expires header to expire