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

3.9.3 COBW3_INIT_COOKIE

This subroutine initializes all the cookie data that was registered by COBW3_SET_COOKIE, etc.

Note

This subroutine must be used before COBW3_PUT_HTML or COBW3_PUT_TEXT is used. If this subroutine is used after COBW3_PUT_HTML or COBW3_PUT_TEXT are executed, the specified information is invalidated.

Format

CALL "COBW3_INIT_COOKIE" USING COBW3.

Data setting at calling

COBW3-COOKIE-INIT-MODE [Optional]

Specify the initialization mode of the cookie data.

Condition name

Value

Explanation

COBW3-COOKIE-INIT-MODE-NORMAL

LOW-VALUE

Initializes all the cookie data.

COBW3-COOKIE-INIT-MODE-REQUEST

"1"

Initializes the cookie data contained in the request data.

Processing result data

None