public final class CookieUtil extends Object
CookieUtil
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eCookieUtil\u003c/code\u003e is a helper class designed to construct cookie strings from provided input.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two static methods: \u003ccode\u003egetCookieUrl\u003c/code\u003e and \u003ccode\u003egetCookieValue\u003c/code\u003e for building cookie components.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetCookieUrl\u003c/code\u003e creates the URL portion of a cookie based on the domain and security setting.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetCookieValue\u003c/code\u003e generates the value portion of a cookie with comprehensive parameters like name, value, domain, path, security flags, and expiration.\u003c/p\u003e\n"]]],[],null,[]]