Hello Dave, yes the data should also be stored to the db. What i am trying to achieve is load data on successful login so as to keep it available for session duration. Now I load it using the *localForage.js* so it goes somewhere in localStorage | indexDB | WebSQL. it's complicated because it's somehow dangerous to manipulate *local sensitive data* so i also need *data-Integrity-check logic*. I want to implement this with *hmac.hexdigest()* stored together with the data. not sure this is clean and secure or even "human" but this is all I got right now.......perhaps I should also encrypt and decrypt data, who knows how far this is going to lead ?
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

