CookieControl

 

Type

 

enum CookieControls

 

Description

 

Determines how HTTP cookies are handled. Options are:

 

0

SubmitCookies

Always submit cookies (normal handling, the default).

1

SuppressCookies

Never submit cookies.

2

SubmitFreshCookies

Submit cookies received during the current session only.

 

Example

 

REM Submit only session-fresh cookies:

WebsterPro1.CookieControl = SubmitFreshCookies

 

 

Remarks

 

Use the CookieCount property to get the number of cookies in the cookie cache.

 

Use the GetCookieDomain, GetCookiePath, GetCookieName, GetCookieValue and GetCookieExpiration methods to retrieve the attributes of individual cookies.