PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Warning: session_destroy(): Session object destruction failed in session.inc.php on line 77
Warning: Cannot modify header information - headers already sent by (output started at session.inc.php:77) in common.inc.php on line 8
josa wrote:It could be related to permissions on the directory your session.save_path is set to. You get this error if PHP can't delete the session file.
/josa
Already checked the permission. That doesn't seem to be the problem.