Setting cookies requires being able to manipulate headers. You can currently set a cookie on a request by using addHeaderToNext request and then set a cookie header (it would be nice to make a nice abstraction on top of that)
Reading cookies from a response is currently not possible, but I am currently extending the support for custom headers, so that should be available somewhere halfway next week. You can open an issue here if you have any more details that could be useful.