There is isolated storage for the site and for the application and related settings that built it.
The site store is distributed between all applications running from the same domain, where the application store is shared only by all applications running from the same uri - usually it will be only one application.
Both exist until the user explicitly removes the user.
source
share