Forum Moderators: coopster
<b>Warning</b>: session_destroy(): Session object destruction failed in <b>/var/vpopwww/...
The quick and dirty solution is to use @ to suppress the warning, but I would like a better solution.
So does anyone know if this is just a problem with php version 4.3.11 or am I doing something wrong?
What would make the session_destroy not work? The session has been started as there are session variables getting passed around...I just cant kill it :(
I haven't had this problem
I found a couple mentions that it could be a permission issue on the dir where sessions are stored.
I am not really sure why you need to regenerate ids
I wonder if the permissions problem arises solely on regenerate due to how it's created, though you really wouldn't think that is the case.