Because the file is a script not static text the results returned by the script could change even though the URL remains the same.

Paul
----- Original Message ----- From: "Pavel Repkin" <[email protected]>
To: <[email protected]>
Sent: Saturday, April 04, 2009 6:55 AM
Subject: [Flashcoders] XML loading. Why file is cached,but script response is not?


Hey!
My program loads XML data from the server.
I want the data to cache, so the loading happens only once.
When I load a simple xml file from the server, the caching works like a
charm.

But when I load xml from a Perl script response, the cache does not work.
The data are being loaded every time I call XML.load(...)
The request URL is simple and does not change over time: "
http://repkasoft.com/cgi-bin/test/responseCache/provider.pl";


Do you know why caching does not work for script response?
Is it possible to make it work?
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to