[flexcoders] Caching of HTTPService Requests

2005-03-24 Thread viraf_bankwalla
Hi, It appears that my HTTPService requests are being cached (I do not see the request being made to the application). How can I disable the caching of these requests ? Thanks. Yahoo! Groups Links * To visit your group on the web, go to:

Re: [flexcoders] Caching of HTTPService Requests

2005-03-24 Thread Manish Jethani
On Thu, 24 Mar 2005 13:42:12 -, viraf_bankwalla [EMAIL PROTECTED] wrote: It appears that my HTTPService requests are being cached (I do not see the request being made to the application). How can I disable the caching of these requests ? I think the web browser caches the results by

RE: [flexcoders] Caching of HTTPService Requests

2005-03-24 Thread Shell Bryson
. Not something to rely on. -Original Message- From: Manish Jethani [mailto:[EMAIL PROTECTED] Sent: 24 March 2005 14:04 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Caching of HTTPService Requests On Thu, 24 Mar 2005 13:42:12 -, viraf_bankwalla [EMAIL PROTECTED] wrote: It appears

Re: [flexcoders] Caching of HTTPService Requests

2005-03-24 Thread Manish Jethani
On Thu, 24 Mar 2005 14:12:07 -, Shell Bryson [EMAIL PROTECTED] wrote: Yes, but remember you have no REAL control over how a client caches a page. Several major browser munge the way they handle caching and/or offline browsing. There could be multiple caches between the end user and the

RE: [flexcoders] Caching of HTTPService Requests

2005-03-24 Thread Matt Chotin
, no-cache); Matt From: Manish Jethani [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 6:36 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Caching of HTTPService Requests On Thu, 24 Mar 2005 14:12:07 -, Shell Bryson [EMAIL PROTECTED] wrote: Yes