$Web Num Cookie: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(Automatically generated page update) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:$Web_Num_Cookie}} | {{DISPLAYTITLE:$Web_Num_Cookie}} | ||
<span class="pageSubtitle" | <span class="pageSubtitle">Number of cookies in request</span> | ||
<var>$Web_Num_Cookie</var> retrieves the number of cookies in a request header. | <var>$Web_Num_Cookie</var> retrieves the number of cookies in a request header. | ||
Line 7: | Line 7: | ||
==Syntax== | ==Syntax== | ||
<p class="syntax" | <p class="syntax">%count = $Web_Num_Cookie( name ) | ||
</p> | |||
===Syntax terms=== | ===Syntax terms=== |
Revision as of 18:18, 10 April 2013
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. |
---|