Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatically delete a folder when session ends

Status
Not open for further replies.

VBGuy2112

Programmer
Feb 19, 2002
58
US
I'm using a temporary folder(named by sessionID) for a web application and I'm looking to delete it when a session is over. Can I do this using the Session_OnEnd routine in Global.asa with a file system object? I've been trying it but nothing happens. Also, will this happen when a user closes his browser or only when a session times out?

Thanks for any help anyone can provide.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top