I can't use sessions because then the variables would be stored per session, not per app. I need all requests (hence all sessions) to share the same instance. Also it seems web2py stores sessions on disk, which is against my requirements.
Fabiano. -- --- 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/groups/opt_out.

