OpenLayers OpenLayers

Changeset 6517

Show
Ignore:
Timestamp:
03/13/08 12:14:15 (10 months ago)
Author:
tcoulter
Message:

Using max-age=0 to try to prevent caching of WFS requests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/topp/woonerf/lib/OpenLayers/Tile/WFS.js

    r6511 r6517  
    130130                                   onComplete: OpenLayers.Function.bind(success, this), 
    131131                                   requestHeaders: { 
    132                                         "Cache-Control": "no-cache
     132                                        "Cache-Control": "max-age=0
    133133                                    } 
    134134                                   });