Element CFID is undefined in SESSION.
Hi i got error
Element CFID is undefined in SESSION.
i had a file test.cfm and in this i hada session logic as
<cflock scope="session" timeout="10">
<cfset myURLToken = session.URLToken />
</cflock>
<cfoutput><cflock scope="session" timeout="10">
<input type="hidden" name="CFID" value="#session.CFID#" />
<input type="hidden" name="cftoken" value="#session.cftoken#" />
</cflock></cfoutput>
but when i try to run thepage i am getting error . Please help me how to solve this error .
Thanks.
