Skip to content

Cookies ​

This command creates a *url cookies* buffer listing the current cookies, if there are any. You can remove a cookie using the C-k (url-cookie-delete) command.

This function takes a regular expression as its parameters and deletes all cookies from that domain. If regexp is nil, delete all cookies. If keep is non-nil, instead delete all cookies that do not match regexp.

The file in which cookies are stored, defaulting to cookies in the directory specified by url-configuration-directory.

Specifies whether confirmation is required to accept cookies.

Specifies whether to put all cookies for the server on one line in the HTTP request to satisfy broken servers.

A list of regular expressions matching URLs from which to accept cookies always.

A list of regular expressions matching URLs from which to reject cookies always.

The number of seconds between automatic saves of cookies to disk. Default is one hour.