Cookie attributes that can be passed in Cookie.remove, Cookie.set or Cookie.get methods
Documentation on GitHub
A String indicating a valid domain where the cookie should be visible. The cookie will also be visible to all subdomains.
Define when the cookie will be removed. Value must be an Int which will be interpreted as days from time of creation.
A String indicating the path where the cookie is visible.
Either true or false, indicating if the cookie transmission requires a secure protocol (https).