How would I write a statement to check if the refer page is from my site.
<cfset referal = #findNoCase(mydomain.com, cgi-http_referer, "1">
Then I need an if statement to check if it did not contain the domain reset cfid, cftoken, and all session variables.
Thanks! DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
<cfset referal = #findNoCase(mydomain.com, cgi-http_referer, "1">
Then I need an if statement to check if it did not contain the domain reset cfid, cftoken, and all session variables.
Thanks! DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic