I'm not sure what the problem is here on my app. I'm displaying a treeview in my app using <cfdirectory...<cfloop etc. Everything is working great. If I let the app just sit for approximately 15-20
minutes and I do a refresh I get the below error.
It's comming from the below code.
<cfoutput query="dirlist">
<cfset RecNo=RecNo + 1>
<cfset SESSION.stDirFileAttributes[RecNo] = Attributes>
<cfset SESSION.stDirFileName[RecNo] = Name>
<cfset SESSION.stDirFileSize[RecNo] = Size>
<cfset SESSION.stDirFileType[RecNo] = Type>
</cfoutput>
I don't understand the error?
Error below:
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
