If that works then it sounds like you don't have caching set up
correctly for the *.nocache.js files.  The browser shouldn't be
caching these files at all, to enforce that you'll have to send the
correct response header ("Cache-Control: no-cache, no-store") when
handling the request for those files.

On Nov 1, 12:47 am, mat <[EMAIL PROTECTED]> wrote:
> Hi,
>
> What I usually do is append a random querystring (for each new
> version) to the javascript include on the HTML page.
>
> e.g
>
> <script language="javascript" src="http://www.google.com/MyScript.js?
> version=20081101"></script>
>
> The browser sees this as a different URL to "http://www.google.com/
> MyScript.js".
>
> Mathew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to