Topic: Won't delete from users online table
I'm integrating punBB with a site and part of the integration is logging out the user of the forum as well of the entire site.
I call $db->query(); to delete the user from the online table, and the call returns 1, assuming true.
But the user never gets deleted from the table. Also last time visited is not updated as it should be.
If I use forum links and functionality everything works ok.
Is there a login/out abstraction somewhere for this to work as it should?