loginews / business-accounting

Written in Microsoft Access, this is a complete accounting suite. We are in the process of moving it to CakePHP
0 stars 1 forks source link

Number of cookies per site #1

Open loginews opened 7 years ago

loginews commented 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