Temporary Redirects
July 26, 2007 – 7:22 pmColdFusion includes the cflocation tag for performing temporary redirects. This actually sends HTTP headers to the user’s browser indicating a 302 status code, which means “Moved Temporarily”. cflocation is the most common redirect method used in applications to reredirect to a new page, specially after forms submissions and login or even sign up pages.
Basic example:
<cfoutput></cfoutput>
Tags: ColdFusion