|
|
|
|
|
15. Cookies: information stored on the computer of the Web user
A cookie is a file stored on the user's computer by the WEBDEV website. 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. This information is stored on the end user's computer. Next time the user logs in, the WEBDEV website 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 website, use CookieWrite. To read the cookies in a WEBDEV website, use CookieRead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|