Did I mention the apparent lack of consistency in the data returned ? Even for the 
same method. For example, set_cookie returns the last_access_time in Unix format
while the expiration time (expiredate) is returned in human-readable format.

The validate method returns the success value in "is_success" while send_cmd uses
"_is_success" (maybe to reserve is_success for errors coming from the module?). 
validate wants the input hash passed as reference while send_cmd needs it by value.

You can use a cookie to authenticate for any function. Except you need the full 
triplet when you register a domain. 

I realize it is probably too late to change most of this, but I just wanted to point
few things out maybe the new code will have a more consistent design.

L.C.

Reply via email to