Function
initialize
Create a new session with a globally unique and cryptographically secure ID. The session is initially empty and can be populated with persistent context values.
initialize: func() -> result<session, session-error>;Create a new session with a globally unique and cryptographically secure ID. The session is initially empty and can be populated with persistent context values.
initialize: func() -> result<session, session-error>;