Hi Alex, in file @lib/http.l
(de _htHead () .. (setq *Cookies (mapcar '((L) (setq L (split L "=")) (cons (htArg (car L)) (htArg (cadr L))) ) (split @X ";") ) ) ) leaves single space in front of all cookie names except the first one. I am using FireFox and cookies are separated by "; " so I had to add 'clip' for the cookie name: (cons (htArg (clip (car L))) (htArg (cadr L))) ) I did not test it with other browsers but I assume the problem would be general. Cheers, Tomas -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]