Open loginews opened 7 years ago
http://browsercookielimits.squawky.net/
shows the number of cookies allowed per site. Our software (supermarket.js) stores data in cookies. If a customer purchases more than 21 items in the supermarket, this limit is reached.
The alternative is to use sessionStorage
supermarket.js has been updated.
Maybe we have to check other installations
http://browsercookielimits.squawky.net/
shows the number of cookies allowed per site. Our software (supermarket.js) stores data in cookies. If a customer purchases more than 21 items in the supermarket, this limit is reached.
The alternative is to use sessionStorage
supermarket.js has been updated.
Maybe we have to check other installations