Function: Return T if its arguments are in strictly decreasing order, NIL otherwise.
Example:
(defuncookie-string-too-long? (cookie-string)
"True if the cookie string is longer than the minimum cookie size guaranteed
to be allowed by the specification"
(> (length cookie-string) 4096))