antibrowser
Русский中文

glossary · term

Netscape cookie format

A line-based text format used to store and transfer cookie records between tools.

The Netscape cookie format is a line-based text representation commonly supported by browser extensions, cookie managers, and import tools. A record typically includes the domain, subdomain flag, path, secure flag, expiration time, name, and value. For multi-account use, it enables profile migration but must be handled carefully because it can contain active authentication data.

Related reading