I can't - [I assume you mean session_destroy]I am trying to use session_set_save_handler - so the user does not have to actively log-out, and I can clean up after them.
Everything works if I call session_destroy() - the session file is deleted, but I can't get this to work otherwise.
I am attempted to replicate ASP's on_Session_End - and it is not going well with this PHP crap.
[bb]