367368369370371372373374375376
if (toLoad.needRegionForSession()) { setupSessionRegion(toLoad, fqn); } DistributableSessionData dsd = getDistributableSessionData(realId, sessionData, true); toLoad.update(dsd); return toLoad; }