You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// purpose: We store the users authentication in an encrypted session variable (read cookie). The logout.php function deletes this cookie so as to remove all stored session
// variables and directs the to the login page as they are no longer authenticated.