2 Replies Latest reply on Mar 19, 2008 11:58 PM by rituraj_tiwari

    How to disable all browser caching?

    benmoore

      Hi,


      In a Seam + RichFaces + Facelets + JSF 1.2 application, what's the best way to disable all browser caching? I'm aware of
      <web:ajax4jsf-filter enable-cache="true"/>
      in components.xml, but what about non-ajax requests? I can write a JSF PhaseListener so that no-cache HTTP headers are always output, but isn't there a better way with Seam?


      thanks for any ideas,
      ben