HTTP.ConnectionInfo.disableCookie()

Signature

void disableCookie(Object connectionInfo, boolean disableCookie)

Domain

ACTION

Description

Configures HTTP Connection to enable/disable cookies. Disable will ignore cookies both ways i.e. accepting from the server or sending back to the server.

Parameters

NameTypeDescription
connectionInfoObjectHTTP Connection Info Object
disableCookiebooleanTrue to disable. False by default.

Returns

TypeDescription
voidvoid