Houdini 20.0 hapi

hapi.setSessionSync function

Enable or disable SessionSync mode.

Usage

setSessionSync(session: hapi.Session, enable: bool) → bool

Enable or disable SessionSync mode.

session

The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.

enable

Enable or disable SessionSync mode.

hapi