You can prevent caching by putting the following into your jsp:

 response.setHeader("Cache-Control", "max-age=0, must-revalidate");


--- In [email protected], "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/

<*> 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