bkayser

Members
  • Content count

    2
  • Joined

  • Last visited

About bkayser

  • Rank
    Forum Newbie
  1. FCTime variable

    Pallav, this is precisely the problem. I want to cache the XML data and FCData is preventing this. Is there any way to disable this parameter? Our data documents are expensive to generate and there are too many to cache in the server. However if I used etags I could prevent repeated requests for the same data.
  2. Problem with Cache

    Is there any way to prevent the generation of that parameter in the request? It breaks the cache, removing any possibility of setting etag or cache control headers.