WebSession.Cookies

From Xojo Documentation

Read-Only Property (As WebCookieManager )
WebCookieManagerValue = aWebSession.Cookies

New in 2020r1

Supported for all project types and targets.


Provides an instance of the WebCookieManager class that can be used to manage cookies related to the current WebSession.

Notes

The class instance should be accessed directly rather than copied to a variable and accessed. For example, to get the number of cookies:

Var cookieCount As Integer
cookieCount = Session.Cookies.Count

See Also

WebCookieManager class.