AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones HTTP
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
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local