Platforms to show: All Mac Windows Linux Cross-Platform

Back to ChromiumCookieMBS class.

ChromiumCookieMBS.CreationDate as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The cookie creation date.

This is automatically populated by the system on cookie creation.
(Read and Write property)

ChromiumCookieMBS.Domain as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The domain for this cookie.

If domain is empty a host cookie will be created instead of a domain cookie. Domain cookies are stored with a leading "." and are visible to sub-domains whereas host cookies are not.
(Read and Write property)

ChromiumCookieMBS.ExpirationDate as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The cookie expiration date.

Can be nil to have no expiration date.
(Read and Write property)

ChromiumCookieMBS.HTTPonly as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The HTTP only state.

If httponly is true the cookie will only be sent for HTTP requests.
(Read and Write property)

ChromiumCookieMBS.LastAccessDate as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The cookie last access date.

This is automatically populated by the system on access.
(Read and Write property)

ChromiumCookieMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The cookie name.

(Read and Write property)

ChromiumCookieMBS.Path as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The path.

If path is non-empty only URLs at or below the path will get the cookie value.
(Read and Write property)

ChromiumCookieMBS.Scheme as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The scheme.

Depends on secure setting only.
Can be "http://" or "https://".
(Read only property)

ChromiumCookieMBS.Secure as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Whether this is a HTTPS only cookie.

If secure is true the cookie will only be sent for HTTPS requests.
(Read and Write property)

ChromiumCookieMBS.URL as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The URL of the cookie.

Build from Secure, Path and Domain.
(Read only property)

ChromiumCookieMBS.Value as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Win MBS Win Plugin 15.2 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The cookie value.

(Read and Write property)

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...