I had the same issue and my work around was to change the browser option
in IE :
Internet Options-->General Tab -->Temporary Internet Files --> Settings
Select the Radio Button 'Every visit to the page' under "Check for newer 
visit to the page"

Hari Kolasani
Integranium, Inc.

Doug Lowder wrote:
> 
> 
> You can prevent caching by putting the following into your jsp:
> 
> response.setHeader("Cache-Control", "max-age=0, must-revalidate");
> 
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>, 
> "djbrown_rotonews"
> <[EMAIL PROTECTED]> wrote:
>  >
>  > I've run into a situation where I want to re-issue a call to a jsp via
>  > an HTTPService with the same set of parameters. (It's a query to a db
>  > essentially, with the params specifying the WHERE clause of the SQL).
>  > The problem comes when I try and re-issue the HTTPService with the
>  > same parameters in that the jsp does NOT get called, and I simply get
>  > a cached result from the previous HTTPService call.
>  >
>  > Is there a way to cache/uncache these results so I don't have to add a
>  > guaranteed unique dummy variable as a parameter (currently using a
>  > timestamp as a workaround?
>  >
> 
> 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to