This commit is contained in:
Javier Velilla
2017-02-10 20:37:01 -03:00
committed by GitHub
parent 5f1bb64d26
commit 14e260bea4

View File

@@ -49,8 +49,8 @@ Client send cookies to server
## Write and Read Cookies. ## Write and Read Cookies.
To send a cookie to the client we should use the [HTTP_HEADER] class, and call ```h.put_cookie``` feature or To send a cookie to the client we should use the **HTTP_HEADER** class, and call ```h.put_cookie``` feature or
```h.put_cookie_with_expiration_date``` feature, see [How to set Cookies]() to learn the details, and the set it to response object [WSF_RESPONSE] as we saw previously. ```h.put_cookie_with_expiration_date``` feature, see [How to set Cookies]() to learn the details, and the set it to response object **WSF_RESPONSE** as we saw previously.
We will show an example. We will show an example.