John Zimmerman [gmail] wrote:
> Is there a situation where you would not want to exit after a redirect?  For
> myself I cannot think of any.
>

Well, while all modern browsers do actually redirect (by transparently
requesting the new location), it is recommended by the W3C that you
actually include a "hypertext note" informing the user of the
redirection.  I guess this is for the odd occasion where the
redirection is not automatically followed.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

How relevant this is in today's web, I don't know.  But that would be
the reason for a redirect not to exit() automatically.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to