I am writing a php script that saves a long line in a cookie (longer than 4000 characters) and I want to save it in the browser cache. The problem is that almost all browsers have a limit. What should I do? I use jQuery to add and read data from cookies and php.
Check out Web Storage Portability Level: Generic Web Storage API
It abstracts the various local storage engines that browsers provide.
Local storage is becoming standardized in HTML5.
.
IndexDb HTML5 .
www.tipstr.in/html5-learn-use-indexeddb
http://www.jstorage.info/,
, JQuery, , , JQuery. html 5 . 10 IE 5 . , yahoo HTML5.
http://developer.yahoo.com/yui/storage/
jQuery :
http://api.jquery.com/jQuery.data/
jQuery .
? , .
Source: https://habr.com/ru/post/1762445/More articles:Determining programmatically whether an ASP.NET/C# website is being deleted - c #Why does Firefox finish my applet in 20 seconds? - javaWhat are the principles of a C ++ event system? - c ++How to reassign a character to call another function - gccHow to change scroll bar in textbox? - htmlWhich query will run faster in MySql - performanceMinimum distance between point and track - pathPHP / MySql - determining the date when values were assigned? - phpHow to test a machine learning implementation package or a statistical implementation package of NLP algorithms? - machine-learningрегулярное выражение, которое всегда возвращает false - phpAll Articles