Saturday, May 16, 2009

How can we destroy the session, how can we unset the variable of a session?

session_unregister() - Unregister a global variable from the current session
session_unset() - Free all session variables

No comments:

Post a Comment