when i call the function session destroy i seem to get this error:
Warning: session_destroy() [function.session-destroy]: Trying to destroy uninitialized session in C:\Web-Files\dev\chat\index.php on line 3
And your question is…? Why? The message says so: you’re trying to destroy a session you didn’t start.