Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a random and unique string
Message
From
03/12/2015 04:30:05
 
 
To
02/12/2015 16:17:52
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01628141
Message ID:
01628354
Views:
39
>>>>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform