Entry | |||
---|---|---|---|
R0 | Flags | ||
Bit 0 => | Set for secure | ||
Bits 1-31 => | Reserved. Must be zero | ||
R1 | Pointer to name | ||
R2 | Pointer to value | ||
R3 | Pointer to expiry date-time | ||
R4 | Pointer to path | ||
R5 | Pointer to domain |
Exit | |
---|---|
- | No exit defined |
Cookies set through a response received from a web server can be moved from the unread queue to the cookie store using HTTP_ConsumeCookie. This call is intended to allow additional cookies to be set, for example, through the execution of Javascript.
Values R1-R5 should be pointers to NULL-terminated strings. The date-time format is expected to be that used for the Set-Cookie HTTP response header field.
Cookies created using this call are not saved persistently in the cookies file in <Choices$Write>.WWW.AcornHTTP.Cookies