Hi,
Is there a way to destroy the currently active session when a window is closed?
All I need do is call:
session_start();
session_destroy();
but how can I do this when the user closes the current window? I'd prefer not to use javascript if possible...
Thanks loads.