ReadCookie

concerns

The ReadCookie function reads a value stored under a specific name.

 

Syntax

ReadCookie(ByVal Name As String)

Return value

Type

Description

String

The value of the cookie entry

Parameter

Use

Name

Type

Passing

Description

Required

Name

String

ByVal

Name of the cookie

 

Example:

 

CompanyName := Client.WebClient.ReadCookie("company")

Name := Client.WebClient.ReadCookie("username")