sess_destroy()
Return type: | void |
---|
Destroys the current session.
Note
This must be the last session-related function that you call. All session data will be lost after you do that.
Note
This method is just an alias for PHP’s native session_destroy() function.
Please login to continue.