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.
Thanks for any help anyone can provide.