I think you can use cache.

user_data = cache.ram("user_data_%s" % auth.user_id, lambda :
dict(field=value, field=value), 86400)

-- 



Reply via email to