Skip to content

Instantiate a Session with an existing session id #581

@caleb-johnson

Description

@caleb-johnson

What is the expected feature or enhancement?
One should be able to instantiate a Session object with an existing session id str.

Acceptance criteria
Users should have the ability to instantiate a Session object with its private _session_id attribute set.

One implementation might look like:

session_id: str = ...
session = Session.from_id(session_id)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpriority: mediumMedium Priority issue (must have for current release)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions