This class can be used to authenticate users in a remote authentication Web server.
It accesses a remote Web server and pass the encrypted user name and password of an user to be authenticated.
The class sets session variables with the user name and id if the authentication succeeds.
This class works together with the .passport Server class that handles the authentication requests on the remote server side.
| There are not enough user ratings to display for this class. |
| Class |
Dependency |
Why it is needed |
| .passport Server |
Required |
This Script is the only script that can communicate to the server via the same encryption |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
login.cls.php |
Class |
The Client Login |
login.php |
Example |
a Sample login page to another site |