Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create a random and unique string
Message
De
03/12/2015 06:34:05
 
 
À
03/12/2015 04:30:05
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01628141
Message ID:
01628357
Vues:
38
>>>>>One of the features of the application (that will be running on the tablet) is that user, every week or so, will create a list of XML files. E.g PM_123.XML, PM_ABC.XML, and so on. I need to 'tag' these XML files as belonging to this particular tablet (not user, because different users may log into this tablet at different times). So my idea is to create an XML file that will "enclose" the XML files created by user/tablet. For example:
>>>>
>>>>Have not checked on iOS, but on Android another user to same physical tablet will have his own space for data similar to "users" in windows. So different user should have different "deviceID" and separate localStorage / IndexDB.
>>>
>>>> Without any kind of app even downloaded files will land into user-specific download areas.
>>>Not 100% sure but I don't think that applies to Browser localStorage - it's stored by domain name so there's no way of making localStorage user specific even if you wanted to....
>>
>>As downloaded files go into special user directory and each user has own browsing history and so on, I was certain localstorage would be user account specifc as well
>
>I haven't actually tested. You could be right - just that I don't see anything in the specs for localStorage that indicates that it may be the case.
>UPDATE: Did some checking - you are right: local storage is physically stored in a user specific location (exact location depends on the browser but all use the same principle)

Thx for testing, telling us about it and saving me from doing it ;-)

@Dmitry: I am pretty certain iOS wil get multi-user capabilities some time in the future. Better plan accordingly, as current editions of Win/Droid tablets already support it and multiple users there will have each their separate copy of browser storage.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform