I have a folder that gets populated with temp files that I want deleted when
the session ends. On my global.asa Session_onEnd, i have the
filesystemobject to delete any files created by the same session. It works
fine when a user clicks another link which I call session.abando and then
redirect. I assumed that if a users close the browser or does not click any
links that have session.abandon that after the default time of 20 minutes
the session should automatically end thus calling the session_onend. This
does not seem to work. I thought after 20 minutes of inactivity the session
should end itself.
Any thoughts would be appreciated.
Khanh
-----Original Message-----
From: Matthew Cheale [mailto:say_ten@y...]
Sent: Friday, September 14, 2001 12:09 PM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: 800a01c9
This error occurs when your file form elements have the same name. The
upload utility assigns the form names to an internal index and as such this
error is produced.