Why isn't localStorage used instead of cookies? ( and in other cases as
well )
According to MDN it is suppose to be more secure than cookies for storing
persistent data on the client.
However, checking the localStorage of facebook.com, twitter.com, and
linkedin.com I can see that it is not being used.
Oddly, linkedin does have the key ( in localStorage ) 8df when logged in ,
but trying to access it throws an error.
No comments:
Post a Comment