DOCUMENTATION FOR LOGOUT.PHP



File Purpose:File Depedencies
To cleanly and safely log a user out of the system.n/a

External Function callLocation of Definiton
n/an/a

External Variable NamePurpose
$_SESSIONto unset all session variables

Internal Function callPurpose
session_start()PHP Built-in Function
session_destroy()PHP Built-in Function
setcookie()defines a cookie to be sent.

Class NamePurpose
n/an/a

Local VariablesPurpose
$hostcontains host information.
$urlcontains url information
$extracontains status of the logout (true/false)

CommentsNONE