[web2py] Re: fluctuating session data storage

2017-06-10 Thread Pierre
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

[web2py] Re: fluctuating session data storage

2017-06-09 Thread Dave S
On Friday, June 9, 2017 at 7:02:48 AM UTC-7, Pierre wrote: > > Hi, > > Is it ok to store a small fluctuating* (lot's of updates while user is > logged-in)* chunk of data into the session or assume db storage is best > ? what's more efficient in terms of data accessibility, read-write speed,