I suggested local storage only for the case where a new user (not logged in) has added some tasks and then decides to sign up. The tasks in local storage would then be added to the user once it is created. The local storage acts as a temporary storage location while the user is created. Having this work across platforms is not necessary.
redthrowaway|14 years ago
He's already storing login info, so associating a few hundred bytes of text with that shouldn't be too difficult.
thetimbanks|14 years ago