$Web_Num_Cookie

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Number of cookies in request

$Web_Num_Cookie retrieves the number of cookies in a request header.

$Web_Num_Cookie takes a single optional argument and returns a number.

Syntax

%count = $Web_Num_Cookie( [name] )

Syntax terms

name Specifies to count only the cookies that match name. If omitted, returns the count of all cookies.

See also