This subroutine initializes all Cookie data registered by, for example, COBW3_SET_COOKIE.
Note
Use this subroutine before using COBW3_PUT_HTML or COBW3_PUT_TEXT. If this subroutine is used after COBW3_PUT_HTML or COBW3_PUT_TEXT is used even once, the specified information will become invalid.
How to write
CALL "COBW3_INIT_COOKIE" USING COBW3.
Data setting for calling
Set the initialization type of Cookie data.
Condition name | Value | Meaning |
---|---|---|
COBW3-COOKIE-INIT-MODE-NORMAL | LOW-VALUE | Initializes all Cookie data. |
COBW3-COOKIE-INIT-MODE-REQUEST | "1" | Initializes with the initial value of Cookie data of requested data. |
Processing result data
None