O
Oobi Van Doobi
Could some kind soul advice a little,please.
I have a C++ client, communicating with a perl script over http.
I send a cookie from the script to the client, and naturally want to send it
back to the script to maintain the state.
However, sending the cookie back to the script causes the script to crash.
the script is simple, it accepts parameters from a form in the C++ client,
and prints them back to the client( this part works).
There is conclusively something wrong with the format of the cookie sent
back:
the line of the cookie sent to the script is this:
Cookie:cookiename=cookieval;cookieparam1...cookieparamn.
is this correct way of sending the cookie?(correct format?)
many thank's for any advice
I have a C++ client, communicating with a perl script over http.
I send a cookie from the script to the client, and naturally want to send it
back to the script to maintain the state.
However, sending the cookie back to the script causes the script to crash.
the script is simple, it accepts parameters from a form in the C++ client,
and prints them back to the client( this part works).
There is conclusively something wrong with the format of the cookie sent
back:
the line of the cookie sent to the script is this:
Cookie:cookiename=cookieval;cookieparam1...cookieparamn.
is this correct way of sending the cookie?(correct format?)
many thank's for any advice