CFlocation - How to redirect a page with token in ColdFusion

cflocation - redirect a page with token

cflocation.cfm


<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ColdFusion cflocation tag example: how to redirect a page with token</title>
</head>

<body>
<h2 style="color:DodgerBlue">cflocation example: How to Redirect</h2>

<cflocation 
 url="/" 
    addtoken="yes"
    >

</body>
</html>





More ColdFusion examples