We have a PHP script on our server downloaded from PHP Resource Index and it has been working fine for months. Yesterday the program seemed to hangup on the login script. I used phpMyAdmin and found the user table had not been closed properly, so I repaired it, optimized it. I restarted MySQL but still cannot get to the login screen.
I don't know that much about PHP (as you can probably tell), but I've scanned the login script and found it uses PHP Sessions. I'm thinking a user must not have logged out properly and thus the session_destroy() didn't run. Would that cause this problem?
When I use phpinfo() I find that session.name has a value of PHPSESSID and HTTP_COOKIE has a value of PHPSESSID=866...etc. Is there anything I need to do to clear that cookie? Your help is very much appreciated!!
I don't know that much about PHP (as you can probably tell), but I've scanned the login script and found it uses PHP Sessions. I'm thinking a user must not have logged out properly and thus the session_destroy() didn't run. Would that cause this problem?
When I use phpinfo() I find that session.name has a value of PHPSESSID and HTTP_COOKIE has a value of PHPSESSID=866...etc. Is there anything I need to do to clear that cookie? Your help is very much appreciated!!