Download Area

Home > Browser Extensions and Plugins

JavaScript Cookie (free) Download Full | **UPDATE

A simple, lightweight JavaScript API for handling browser cookies - JavaScript Cookie

JavaScript Cookie (free) Download Full | **UPDATE

Published Date: 2024-04-15

JavaScript Cookie Free Download

JavaScript Cookie is a fully-featured JavaScript library for reading, writing, and deleting cookies. It can be used to create simple or complex cookies, and it provides a number of features for managing cookies in a cross-browser compatible way. JavaScript Cookie is free to download and use, and it is available under the MIT license.

JavaScript cookies are used to store data in the user's browser. This data can be used to track user activity, personalize the user experience, and improve website security. JavaScript cookies are also used to store user preferences, such as language and time zone. JavaScript Cookie is a powerful and versatile library that makes it easy to work with cookies in JavaScript. It is a valuable tool for any web developer who wants to add cookie functionality to their website or application.


JavaScript Cookie: A simple, lightweight JavaScript API for handling cookies which works in all browsers and accepts any character. It is heavily tested, has no dependency, supports ES modules and supports AMD/CommonJS. It is RFC 6265 compliant, has an useful Wiki, and enables custom encoding/decoding. More than 800 bytes gzipped! This project is RFC 6265 compliant. All special characters that are not allowed in the cookie-name or cookie-value are encoded with each one's UTF-8 Hex equivalent using percent-encoding. The only character in cookie-name or cookie-value that is allowed and still encoded is the percent % character, it is escaped in order to interpret percent input as literal. Please note that the default encoding/decoding strategy is meant to be interoperable only between cookies that are read/written by js-cookie. To override the default encoding/decoding strategy you need to use a converter.