Interface for any class implementing a session store. To use, subclass Object and then Storable, and implement store, retrieve, and set_config. While using the provided config is optional, the method is required to be implemented so other Storables can use it.