HTTP Cookie
The HTTP Cookie object, also known as a web cookie or browser cookie, contains details and values pertaining to a small piece of data that a server sends to a user's web browser. This data is then stored by the browser and sent back to the server with subsequent requests, allowing the server to remember and track certain information about the user's browsing session or preferences.
Attributes
Caption | Name | Type | Description |
---|---|---|---|
Domain | domain |
String | The name of the domain. |
Expiration Time | expiration_time |
Timestamp | The expiration time of the HTTP cookie. |
HTTP Only | http_only |
Boolean |
A cookie attribute to make it inaccessible via JavaScript
|
HTTP Only | is_http_only |
Boolean | This attribute prevents the cookie from being accessed via JavaScript. |
Secure | is_secure |
Boolean | The cookie attribute indicates that cookies are sent to the server only when the request is encrypted using the HTTPS protocol. |
Name | name |
String | The HTTP cookie name. |
Path | path |
Path Name | The path of the HTTP cookie. |
Raw Data | raw_data |
JSON | The event data as received from the event source. |
Record ID | record_id |
String | Unique identifier for the object |
SameSite | samesite |
String | The cookie attribute that lets servers specify whether/when cookies are sent with cross-site requests. Values are: Strict, Lax or None |
Secure | secure |
Boolean |
The cookie attribute to only send cookies to the server with an encrypted request over the HTTPS protocol.
|
Unmapped Data | unmapped |
Unmapped[] | The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source. |
Value | value |
String | The HTTP cookie value. |
Relationships
Inbound Relationships
These objects and events reference HTTP Cookie in their attributes:
Outbound Relationships
HTTP Cookie references the following objects and events in its attributes:
This page describes qdm-1.3.2+ocsf-1.3.0
Updated 2 months ago