On 3/27/14, 8:33 AM, Thinker K.F. Li wrote: > The problem is, I know, we are unlikely to encourage people to use > sessionStorage or cookie as a synchronize API. Is there any other > option?
Even without this kind of support, it should be considered good practice to save your session state whenever the app backgrounds. I believe that's the recommended practice on iOS and Android -- you never know when the app will get killed or terminate unexpectedly. -- Marcus Cavanaugh [:mcav] _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
