I tried to make a logout-page - I tried some functions for ending the session, but if try to access a page after the logout I can access it, why that ?
I should only be able to access it if I'm logged in ...
i tried following functions:
session_unset();
session_destroy();
session_write_close();
None of these functions are doing what I want to ...
is it because of the cache of the browser ? Help is needed !!!