I'm trying to delete session ID, I tried all of the following here, here, and here. But none of them work.
What should I do very simpy to just delete the session ID from the current php page (but not the session itself). What I am trying to accomplish is to call an ajax where the session ID will be deleted, while the current page will keep running with the session.
What should I use for this?
Thank you!