
Originally Posted by
r937
the "front part" is called scope
Thank you for the term "scope."

Originally Posted by
r937
i'm pretty sure that cfid is in session scope
Code:
application.cfm
<cfapplication
name='myApplication'
sessionmanagement='yes'
sessiontimeout='#createTimeSpan(0,0,20,0)#'
applicationtimeout='#createTimeSpan(0,0,20,0)#'>
index.cfm
<cfoutput>
#session.cfid#<br>
</cfoutput>
If cfid is in session scope, why does the code above produce the error below.
Code:
result
Element CFID is undefined in SESSION.
Bookmarks