To save data into an existing session the application sends a line of the form:
"put " appid " " sesid CRLF
If the session exists in the server it will respond with the following line:
"OK - send data now, terminate with blank line" CRLF
The program then sends a sequence of text lines terminated by a single blank line. The server then responds with:
"OK" CRLF