Skip to main content

save_state

Method
This is a method of the Session class in the session module.
Save session state data to memory.

Signature

def save_state(state_data: Dict[str, Any]) -> None

Parameters

state_data
Dict
required
Dictionary of state data to save

Exceptions

If this is a remote session