You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the SDK only provides the ability to create a new session. But, if the client already has a session identifier (maybe stored in LocalStorage), it would be nice to have the ability to resume that session, preventing the need to create new containers.
In Slack, we talked about creating a pwd.resumeSession method that requires a session identifier to resume. May need to think about if there are any other config changes.
The text was updated successfully, but these errors were encountered:
The init function allows you to open a previous session based on the session_id however it does not restore the instance terminals. The resumeSession function uses the init function to restore the session and then recreates the previous terminals. This way you can continue with your previous containers, images etc
Currently, the SDK only provides the ability to create a new session. But, if the client already has a session identifier (maybe stored in LocalStorage), it would be nice to have the ability to resume that session, preventing the need to create new containers.
In Slack, we talked about creating a
pwd.resumeSession
method that requires a session identifier to resume. May need to think about if there are any other config changes.The text was updated successfully, but these errors were encountered: