Oracle Interview Question

What is difference between cookies and localstorage

Interview Answer

Anonymous

Apr 1, 2022

Cookies can store the data as key value pair up to 5mb where as localstorgae don't have any limit to store the data.

1