Re: CGI redirection: let us discuss it further



Dennis Lee Bieber enlightened us with:
I suspect the desired function may be browser specific, since it
sounds like one would need to "pop" a history record to remove the
"redirect" page from the list...

That's only if you think from the browser's point of view. An internal
redirect goes unnoticed by the browser, hence there is no need for
such history manipulation. With an internal redirect there is no
"redirect page" at all, since the new URL is fetched from within the
server, and sent to the browser as the response to the requested URL.

Sybren
--
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself?
Frank Zappa
.



Relevant Pages

  • Forms Authentication Timeout
    ... redirect back to the login page when the ticket expires. ... Server Error in '/FormsAuthenticationTest' Application. ... requested URL. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Vista IE7 problem
    ... Now, everytime I start IE7, it redirect to this link: http://runonce.msn.com/runonce2.aspx ... Server Error in '/' Application. ... The resource you are looking for could have been removed, had its name changed, or is temporarily unavailable. ... Requested URL: /runonce2.aspx ...
    (microsoft.public.windows.vista.general)
  • Re: CGI redirection: let us discuss it further
    ... page without causing a "Back" button trap(ie, ... back button on their web browser, they are redirect to their current ... The problem with the world is stupidity. ...
    (comp.lang.python)
  • RE: [PHP] Function Misbehaving
    ... Including die in the redirect function made sure the page ... *then* the browser has to start all over again asking the webserver ... Then your webserver has to fire up or use yet another HTTP child ... process the requested url. ...
    (php.general)
  • Re: CGI redirection: let us discuss it further
    ... If there's really a necessary reason for not using an HTTP redirect ... (for example, needing to set a cookie, which doesn't work ... cross-browser on redirects), the best bet is a page containing a ... The problem with the world is stupidity. ...
    (comp.lang.python)