| Is there a way to tell the browser(s) not to make this same substitution
in
| the near future?
| Or, is there a better way to do a one time only redirect from within a
| dynamic page?

I don't expect IE to do anything by the rules, but maybe you can experiment
with sending an explicit Status: 303, as described on
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.4

--
10.3.4 303 See Other
The response to the request can be found under a different URI and SHOULD be
retrieved using a GET method on that resource. This method exists primarily
to allow the output of a POST-activated script to redirect the user agent to
a selected resource. The new URI is not a substitute reference for the
originally requested resource. The 303 response MUST NOT be cached, but the
response to the second (redirected) request might be cacheable.
--

Ime


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to