high all,
i got a little problem with php v4.03 win32:
i do something like this:
session_start();
$foo="empty";
session_register("foo");
$foo="full";
:
.
session_destroy(); - results in ->
Warning: Session object destruction failed in c:/apache/htdocs/foo/admin_index.php on line xyz
the session handler is "file" and the session file is created properly in c:\temp
as set in php.ini (session.save_path) ...
so what the f**ck is going wrong???
THX a lot in advance
n.u.