open_module(session_id, module_id, parameters=None) | session_id: The numerical ID of a session module_id: The ID of the module to open
parameters: A optional dictionary of parameters that will be passed to on_web_load
|
| Opens a module in the specified session
Can raise the following exceptions: server.SessionNotFoundException when no session with the given ID exists server.ModuleNotFoundException when no module with the given ID exists server.ModuleDictionaryException when the parameters couldn't be handled |