Replies: 1 comment 2 replies
-
@flyingdan, it's only possible to resume the client session, not the server. All interaction data is flushed upon any kind of server restart. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to understand how to resume a session both when a client has been stopped and when the server has been stopped. I'm not clear if this is possible. My goal is to persist the payload URLs in the case I have to rebuild the infrastructure. Is this supposed to be possible or am I misunderstanding the docs?
For the client, I'm using
-sf
pointed at a sessions file but new payload URLs are being created each time I start the client. I'm running the Docker version, updated to the latest and through this script:I run the server using this script:
Beta Was this translation helpful? Give feedback.
All reactions