Values of localStorage - Forum

Forum Navigation
You need to log in to create posts and topics.

Values of localStorage

Hi to all !
Let's imagine that two programs (A and B) use the localstorage.
I would like to be able to table the values that come from program A but not the values from program B.
Is this possible? How to make the difference between the values of A and the values of B?

Best regards !

@cdy44-2 localStorage stores information at domain or subdomain level. So applications A and B should not have access to each other information unless they are installed within the same domain or subdomain. This is a basic security level that works in all web browsers.
Not sure if this answers your question.

Regards!

CDY@44 has reacted to this post.
CDY@44

Hi Luis,

Thank you for your answer.

Best regards !