Enhance Cookie Management with Full Cookie Structure Display and Editing Support

Expected Behavior:
Display full cookie structure in standard format, e.g.:
SID=580e1be678832641969f2e19e70a6d90-176766612345688; Path=/; Domain=demo.domain.com; HttpOnly; Expires=Wed, 07 Jan 2026 02:31:03 GMT;Support editing of existing cookies through direct text input of the full cookie structure
Support adding new cookies with a default template:
Cookie_1=value; Path=/; Expires=Wed, 06 Jan 2027 02:33:21 GMT;
Actual Behavior:
Only key-value pairs are displayed
No editing or adding capabilities for cookies
Missing complete cookie attributes display
Additional Context: This enhancement would better serve developers who need to work with complete cookie structures. Rather than providing individual input fields for each cookie attribute, a single-line text input for the standard cookie format would be more efficient and developer-friendly. The default template for new cookies should include essential attributes like Path and Expires to provide a useful starting point.

also need edit domain’s cookie
Huh, I just updated my Yaak to the latest after not updating it for months, and surprised that the cookie attribute is now gone. It was there before I update Yaak. I forgot which version I’ve installed prior to updating
I found the latest version where the cookie jar still shows the full cookie attribute. Downgrade to version 2025.9.3, you should see the cookie is still shown in full and not just key/value pair