Function
delete
Deletes all data associated with the session. After deleting, the session is invalid and cannot be used.
delete: func(session: session) -> result<_, session-error>;Deletes all data associated with the session. After deleting, the session is invalid and cannot be used.
delete: func(session: session) -> result<_, session-error>;