Module implements get/set and del functions to store mobwrite session-like data that must be available to multiple users. The function preform the respective database queries and perhaps a less db intensive strategy should be used. Two potential options include:
* Integrating cache in the get/set/del functions.
* Replacing the db tables with global static variables?? (is that how it works?)