>> I believe that all the redirection is handled on the server side

It sends back a LOCATION HTTP header field with a status of something like
302, (don't quote me this is from memory).  On seeing this status code the
browser knows to redirect to the supplied URL.

Of course you will need to use meta refresh if you have cookies being sent
back, (say from a logon page), because cookies will not be stored from a
redirect request, (the browser ignores the cookies HTTP header field).

-Maddog


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to