Hi, i have my database hosted on an external server and for some reason it isnt destroying session variables with unset(). It was working fine, but who im hosting it with have recently re-configured apache and php and now its not working. It also works fine on my setup, so ive got no idea where its going wrong.
Do i need to change my php settings on the server or change the .htaccess file so they get destroyed?
session_destroy() works fine btw.
Thanks in advance.