function runWithSessionContext runWithSessionContext<T>(fn: () => T): T Run a function within a session-memoization scope Type Parameters T Parameters fn: () => T Return Type T