Hi,
Can someone give me an example of how to implement the auth_preauth function in PHPLib? I've gotten other auth functions (like login, permissions) to work but I'm trying to store the username and md5 hash password string in a cookie then auto-login a user from there.
Eugene