Top
NetCOBOL V11.0 ISAPI Subroutines User's Guide
FUJITSU Software

3.9.3 COBW3_INIT_COOKIE

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

COBW3-COOKIE-INIT-MODE [optional]

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