1.

How Can We Destroy The Session, How Can We Unset The Variable Of A Session?

Answer»

session_unregister() - UNREGISTER a GLOBAL VARIABLE from the current session.

session_unset() - FREE all session variables.

session_unregister() - Unregister a global variable from the current session.

session_unset() - Free all session variables.



Discussion

No Comment Found