ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of the cookie that must be written onto the computer of the Web user. This name can be used during the call to CookieRead.Caution: The ";" character cannot be used in the name of the cookie.
Value of the cookie to write onto the computer of the Web user. This value can be a list of data, various information, ... The maximum size of the character string cannot exceed 4000 characters.Caution: The ";" character and the "Carriage Return" (CR) character cannot be used in the value of the cookie.
Number of days during which the cookie is valid. Once this number of days is exceeded, the cookie is automatically deleted from the computer of the Web user. The cookie is valid for 30 days by default.
Versions 20 and laterPath for which the cookie must be saved. This path must exist on the server. 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"New in version 20Path for which the cookie must be saved. This path must exist on the server. 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"Path for which the cookie must be saved. This path must exist on the server. 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"
Versions 20 and laterDomain for which the cookie must be saved. If this parameter is not specified or if it corresponds to an empty string, the domain corresponds to the current domain. The cookie will be associated with this domain only. If this parameter explicitly corresponds to a domain name, the cookie will be associated with the specified domain name and with all its sub-domains. New in version 20Domain for which the cookie must be saved. If this parameter is not specified or if it corresponds to an empty string, the domain corresponds to the current domain. The cookie will be associated with this domain only. If this parameter explicitly corresponds to a domain name, the cookie will be associated with the specified domain name and with all its sub-domains. Domain for which the cookie must be saved. If this parameter is not specified or if it corresponds to an empty string, the domain corresponds to the current domain. The cookie will be associated with this domain only. If this parameter explicitly corresponds to a domain name, the cookie will be associated with the specified domain name and with all its sub-domains.
Versions 21 and laterType of cookie to write: cookieHTTPOnlyCookie that can be retrieved in server code only. This cookie cannot be read in browser code. This constant is not available.cookieNormal (Default value)Cookie without specific options. This constant cannot be combined with the other constants. Versions 25 and latercookieSameSiteStrictNew in version 25cookieSameSiteStrictcookieSameSiteStrictSameSite cookie. This type of cookie is used to prevent Cross Site Request Forgery (CSRF) attacks. This constant is only available from version 25 Update 2.cookieSecureCookie transmitted in an HTTPS request only. New in version 21Type of cookie to write: cookieHTTPOnlyCookie that can be retrieved in server code only. This cookie cannot be read in browser code. This constant is not available.cookieNormal (Default value)Cookie without specific options. This constant cannot be combined with the other constants. Versions 25 and latercookieSameSiteStrictNew in version 25cookieSameSiteStrictcookieSameSiteStrictSameSite cookie. This type of cookie is used to prevent Cross Site Request Forgery (CSRF) attacks. This constant is only available from version 25 Update 2.cookieSecureCookie transmitted in an HTTPS request only. Type of cookie to write: cookieHTTPOnlyCookie that can be retrieved in server code only. This cookie cannot be read in browser code. This constant is not available.cookieNormal (Default value)Cookie without specific options. This constant cannot be combined with the other constants. Versions 25 and latercookieSameSiteStrictNew in version 25cookieSameSiteStrictcookieSameSiteStrictSameSite cookie. This type of cookie is used to prevent Cross Site Request Forgery (CSRF) attacks. This constant is only available from version 25 Update 2.cookieSecureCookie transmitted in an HTTPS request only.
Limits
Miscellaneous
Last update: 11/27/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: