In my code, on logout the user's session variables are simply nullified.
I need to know if I can actually destroy a session(object) on the server on logout.
the purpose:
to insure security and free up memory on the server
any help would be appreciated
thanks in advance
I need to know if I can actually destroy a session(object) on the server on logout.
the purpose:
to insure security and free up memory on the server
any help would be appreciated
thanks in advance