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

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

Read Online PHP Job Interview Questions And Answers