Gets the current value of the maximum number of cookies.
WebAPI.bdh
WebGetCookies( ): number;
Current value of the maximum number of cookies
dcltrans transaction TWebInit begin write("MaxCookiesPerDomain: "); write(WebGetCookies()); writeln; end TWebInit;