|
I though soo too, but when I try to run this command from php:
$user="test";
$pass="test";
authenticate ($user,$pass);
I got nothing when i request the value of the uid after run the above command. The reason i do this because i want to forward the username and password in the url and have a script parse the encrypted user/pass in the url and authenticate the user automatically.
|