ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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: Note Cookies read and sent by the HTTPRequest function are only stored in the application's memory. They are not related to the cookies of Web browsers installed on the computer.
Example
// Requête sur le site Google.com comme s'il s'agissait d'un tout premier appel
HTTPCookieReset(".google.com")
HTTPRequest("www.google.com")
Syntax

Clears the cookies stored by HTTPRequest Hide the details

HTTPCookieReset([<Domain>])
<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 HTTPCookieReset will affect the next call to HTTPRequest or to HTTPSend.
  • Using HTTPCookieReset is equivalent to the call to HTTPCookieReplace with an empty array.
  • Attention The function HTTPCookieReset function does not clear Internet Explorer cookies.
Component: wd300com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help