This is part of an Import function which is part of a large very complex web application. Basicly, throughout the import process I create a number of session vars and arrays. if the user quits the process in the middle and/or when they are done I want to kill all the session info created with that process. Since the function is done all with a frame being open I figured the closing of the frame would be the best way to fire the process (site writen in ASP & Javascript so a solution in either will work)
Thanks,
Michael