Variable: url-cookie-multiple-line
url-cookie-multiple-line is a customizable variable defined in
url-cookie.el.gz.
Value
nil
Documentation
If nil, HTTP requests put all cookies for the server on one line.
Some web servers, such as https://www.hotmail.com/, only accept cookies when they are on one line. This is broken behavior, but just try telling Microsoft that.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-cookie.el.gz
(defcustom url-cookie-multiple-line nil
"If nil, HTTP requests put all cookies for the server on one line.
Some web servers, such as https://www.hotmail.com/, only accept cookies
when they are on one line. This is broken behavior, but just try
telling Microsoft that."
:type 'boolean
:group 'url-cookie)