Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

close_session

Method
This is a method of the GatewayProtocol class in the gateway module.
Close a session.

Signature

def close_session(&mut self, session_id: &str) -> bool

Parameters

session_id
&str
required
No description available.

Returns

Returns
bool
The result of the operation.

Rust Sessions

Rust Memory