Installing sessions
To enable a session:Checking session status
To check if a session is enabled:Using sessions
To authorize a transaction with a session key you’ve enabled before:You can also enable and use the smart session in one transaction using the “enable mode”.
Disabling a session
To disable a single enabled session, usedisableSession. This only removes a single session: to uninstall the validator entirely (and every session with it), use disable instead.