This can authenticate handle user authentication done via HTTP or HTML FORM by storing the authentication credentials in cookies or session variables.
It can store the authentication credentials encoded with MD5 or with an user defined function.
It can logout an user by deleting the credentials cookies or session variables
This class only handle the login and logout action , you will have to check the user yourself.