If i start a session by accessing one of the .php files from the server. Now i make new files in the life time of a session and ulimately, close the browser.
Files which i made will be lying physically on the webserver because i cant trap sesion_destroy() event if the browser is closed by user. How to get around this problem?