theodorejb / es-cookie

A simple, lightweight module for handling cookies
MIT License
45 stars 2 forks source link

increase cookie size #2

Closed hasan786786 closed 6 years ago

hasan786786 commented 6 years ago

how to increase cookie size

theodorejb commented 6 years ago

This library doesn't restrict cookie size. The cookie size may be limited to 4K by the browser (see https://stackoverflow.com/questions/640938/what-is-the-maximum-size-of-a-web-browsers-cookies-key).