+ 2
Before HTML5, application data was stored in?
please help me answer that question
3 Respuestas
+ 7
Web data was stored in Local Storage
+ 6
Local Storage was introduced with HTML5.
The only options for application data before HTML5 were server side sessions, server side databases, or client side cookies. It was very limited before browsers started supporting HTML5.
0
Before HTML5, application data had to be stored in cookies, included in every server request