Resolve "Error while sync ihma494 ID11"
Closes #36
ExperimentalSessionStore.add_session
and ExperimentalSessionStore.remove_session
store the session in memory and optionally on disk. add_session
was checking whether on-disk storage is enabled but remove_session
was not. This MR fixes that.
Edited by Wout De Nolf