Sorry, this is global, not per session. Could be used by renaming the object in each session.
order = cache.ram(session.name, lambda:Order(), 3600) Jose
Sorry, this is global, not per session. Could be used by renaming the object in each session.
order = cache.ram(session.name, lambda:Order(), 3600) Jose