cookiemanager class : GetCookies(string) method

Description

Gets all cookies associated with the specified URL.

Syntax

instance.GetCookies(string url)

Arguments

ClassNameDescription
stringurlURL.

Return value

ClassDescription
list{cookie}A list of cookies.

Sample code

1:

cookiemanager cm;

2:

list{cookie} coos = cm.GetCookies("https://example.com");

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.