Hi, if you are using Apache server then and you have expiry module on then you can set the expiration time. The Expires HTTP header is an instruction to the client about the document's validity and persistence. If cached, the document may be fetched from the cache rather than from the source until this time has passed. After that, the cache copy is considered "expired" and invalid, and a new copy must be obtained from the source.
so you can set those values in your server configuration and if you are using a shared server then you can put an .htaccess file at the root of your site which specifies the rules you required. Hope this will help you let me know if it help you or you found some other solution. Regards, Kalpesh Mahida On Thu, Mar 19, 2009 at 12:26 PM, Neha <[email protected]> wrote: > > Hi, > Please tell me how to prevent client side caching in Flex. > > In the link below : > > > http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=performance_118_13.html > > In the above link it is explained that Set the HTTP headers for the > SWF file request to prevent caching of the SWF file on the client. > Please tell me how we can set the Cache-Control as no-cache/no-store, > where exactly we need to code this. > > Thanks in Advance > Neha. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

