ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Browser 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 a cookie on the user's computer.
Example
// Delete a cookie in server code
// The server no longer needs to retrieve the name and date of last visit of the client.
CookieDelete("NAME_AND_DATE")
Syntax
CookieDelete(<Cookie> [, <Path>])
<Cookie>: Character string
Name of the cookie to be deleted. This name was specified with CookieWrite.
<Path>: Optional character string
Cookie path on the server. This path was specified with CookieWrite.
This parameter is case-sensitive.
By default (or if this parameter corresponds to an empty string), the path corresponds to "/".
Example: "/COOKIES_WEB/FR/LOGIN"
Business / UI classification: UI Code
Component: wd290page.dll
Minimum version required
  • Version 26
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help