I am getting the error:
Warning: session_destroy() [function.session-destroy]: Session object destruction failed in C:\wamp\www\index.php on line 20
Failed to destroy session. Please reload the page.
Which is coming from my timeout code, but it is only happening on one client, others are working fine.
I have tried deleting all of the session files off of the server, but it will not let me destroy the particular session that is causing the error. It is telling me that the file is in use by CMD.exe.
Any ideas on how to fix this, what is causing this, or how to stop cmd.exe from using the file?
I ended up just restarting the server. Not the ideal fix, but it worked.