ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / HTTP functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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.
  • Caution: <httpRequest variable>.ResetCookie does not clear the cookies of Internet Explorer.
Component: wd290com.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help