in reply to Re: Save Local File
in thread Save Local File

I understand what you are saying. The application itself is going to be used on mobile devices, and in this environment, the chances of clearing out the cookies on a constant basis is very high.

The information being stored is not for individual user settings, but for specific information about the device being used.

I currently have it setup to store the needed information on the local webserver, but due to the nature of the app, it would work out better if I can store this information locally.

I didn't think there was such a way, but I thought it wouldn't hurt to ask!

Thanks!

Replies are listed 'Best First'.
Re: Re: Re: Save Local File
by eric256 (Parson) on Jul 12, 2003 at 00:19 UTC
    You could store the information on a per device basis on the server, and then have the link on that device include a parameter (or goto a different page for each device) that specifies the current device. Then you could have per device, and per user settings saved on the server. The other option would be to have a dropdown with a list of devices for the user to pick from. Good Luck!
    Eric Hodges