Hello,
The UserPrefs (hidden and displayed) combined cannot be more than
approximately 2KB in size (it's actually a little bit less), because
they get passed as part of a URL, and IE limits the length of a URL to
about 2048 characters. Individual preference can be as much or as
little of that size as you'd like, it's only the combined length that
matters.
I hope this helps.
Best,
Dan
On Nov 28, 4:28 am, "Hunor Nam" <hnam...@gmail.com> wrote:
Hi Folks,
I might need to rewrite my gadgets do to the way used resources will be
handled in the future.
Seams as i will need to persist a lot more data then currently.
For now i'm thinking about persisting that data through some hidden user
prefs.
So question is, what kind of (quantity) limitations are on user prefs? - ie:
can i have as many prefs as i want? also how long can 1 pref string value
be?