Load session from some external storage. Should be used either to load data from file/network/etc to memory, or to open required connections to fetch data on demand
May be called more than once, handle this with care (or use BaseStorageDriver that handles this for you)
Basic storage driver interface, describing the lifecycle of a storage driver