ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV concepts / Part 4 - Advanced concepts
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
15. Cookies: information stored on the end user's computer
Previous pageTable of contentsNext page
A cookie is a file stored on the user's computer by the WEBDEV site. This file can be read at any time from the server or by the browser. Cookies are used to store persistent information on the user's computer.
For example, users must provide their login credentials when logging in to the site for the first time: username, password, ... This information is stored on the end user's computer. Next time the user logs in, the WEBDEV site will read this information in the cookie created during the first visit and will be able to greet the user personally on the first page.
To create cookies in a WEBDEV site, use CookieWrite.
To read the cookies in a WEBDEV site, use CookieRead.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help