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
Deletes all the cookies (globally or for a domain) stored by calls to <httpRequest variable>.Send.
Syntax

Clears the cookies stored by HTTPSend Hide the details

<HTTP request>.ResetCookie([<Domain>])
<HTTP request>: httpRequest variable
Name of the httpRequest variable for which the cookies will be cleared.
<Domain>: Optional character string
Domain for which the cookies will be cleared. If this parameter is not specified (if no domain is specified), all the cookies will be cleared.
Remarks
  • A domain corresponds to the end of address of HTTP server (".windev.com" for example).
  • Using <httpRequest variable>.ResetCookie will influence the next call to <httpRequest variable>.Send.
  • Using <httpRequest variable>.ResetCookie is equivalent to the call to <httpRequest variable>.ReplaceCookie with an empty array.
  • Attention The function <httpRequest variable>.ResetCookie function does not clear Internet Explorer cookies.
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