I think your session is timing out.
-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Monday, March 22, 2004 11:15 AM
To: CF-Community
Subject: re: Processing Requests errors?
Hi,
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]
- re: Processing Requests errors? Bushy
- re: UPDATE- Processing Requests errors? Bushy
- Andre Turrettini