In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > is there any way to destroy a session automaticly when a user closes down > you page? > And preferably perform an action like a database removal at the same time.
Have a look at the Connection Handling section of the manual, and the functions register_shutdown_function() and onnection_aborted(). Seems like they might do what you need. -- David Robley Temporary Kiwi! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]