• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Cache

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my programe i am generating pdf's using FDF so problem for me is my request is getting submitted from the cache twice.
In fdf i am including two tags
response.setContentType("application/vnd.fdf");
response.setHeader("Cache-Control", "max-age=10");

One browser that is IE 6.0.2800.1106 is supporting but IE 6.0.2600.0000 is not supporting and i am using Acrobat Reader of version 6.0. There is no problem with Acrobat 5.0, when used with both the IE versions.
Please help me out. I am really in a big problem.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
might want to play with this



Eric
 
rads sri
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Eric Pascarello:
might want to play with this



Eric




I am having the problem even after i am using this. Actually on click of a button a new window opens, and from fdf file which is written in jsp/struts. The data is coming dynamically and generating a pdf file through this fdf. So the request which is going second time is noticed between these two situations that as soon as the page is getting loaded on the new window second request is happening

Please suggest me a solution. Really a in need.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic