Friday, November 7, 2008

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

How can we destroy the session, how can we unset the variable of a session?
session_unregister() - Unregister a global variable from the current sessionsession_unset() - Free all session variables

No comments:

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...