22 ms·
A background daemon holds the session state between different CLI calls. This daemon is started automatically on the first webctl call and auto-closes after a t
by cosinusalpha 8mo ago
A background daemon holds the session state between different CLI calls. This daemon is started automatically on the first webctl call and auto-closes after a timeout period of inactivity to save resources.
- desireco42 8mo agoI see, nice. Is there a way to run multiple sessions?
- cosinusalpha 8mo agoYes, you can create isolated environments using the "--session NAME" flag. It isolates cookies and local storage for that specific run. Since it's a V1 release, there might be some edge cases in the session isolation - if you hit any, please open an issue!