3.3. COOKIE string

[<<<] [>>>]

curl::option CurlHandle,"COOKIE","mycookie=is rather long"

Pass a string as parameter. It will be used to set a cookie in the http request. The format of the string should be [NAME]=[CONTENTS]; Where NAME is the cookie name.


[<<<] [>>>]