Gavin Brelstaff wrote: > > Jonas > Thanks for the suggestion but the > > <meta http-equiv="Cache-Control" content="no-cache"/> > > doesn't make any difference - perhaps it's a bug.
Try "no-store" instead of "no-cache". That tells the browser never to even store the document in it's cache, which apparently means that it can't even be shown by back-button history. I don't like the idea of the server being able to prevent you from correctly going back, but I've heard that mozilla does implement and honor that flag. I don't have first-hand knowledge though, so try it and see. Stuart.
