ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / HTTP functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Enables or disables the management of cookies in an HTTP request run by <httpRequest variable>.Send.
Syntax

Enabling/Disabling the management of cookies (HTTPSend) Hide the details

<HTTP request>.ManageCookie([<Domain>, ] <Activation>)
<HTTP request>: httpRequest variable
Name of the httpRequest variable for which the management of cookies will be enabled or disabled.
<Domain>: Character string
Domain onto which the activation or the deactivation is applied.
<Activation>: Boolean
  • True to enable the management of cookies,
  • False to disable the management of cookies.
    Even if the management of cookies is disabled, you still have the ability to pass cookies in the HTTP request by using the appropriate header in the httpRequest variable.
Remarks
  • The cookies are not kept between two runs of an executable. They must be saved and restored through programming:
  • HTTPGetResult ignores <httpRequest variable>.ManageCookie.
  • When cookies are active, any cookies received in response to a call to the <httpRequest variable>.Send function are stored pending a subsequent call to the <httpRequest variable>.Send function on the same domain: the httpRequest type variable is updated. This operating mode is similar to the one of the Internet browsers.
  • The use of cookies is required on some sites that use them to supply the identifiers. Then, these identifiers are transmitted to each request (a basket identifier when placing an order for example).
  • If a management is defined on a domain, this information has priority over the global option.
Component: wd300com.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help