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, 
> given sessions would use cookie-storage) ?
>

Is this a small piece of data, like a counter, or larger data like an image 
that's being manipulated?  Does it need to be on the server to be used, or 
would local storage be appropriate?

/dps
 

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to