Object getCookie(String cookieName, String cookieValue, String domain, String path, int expiry)
Object getCookie(String cookieName, String cookieValue, String domain, String path, int expiry)
Name | Type | Description |
---|---|---|
cookieName | String | The name of the cookie. |
cookieValue | String | The cookie value. |
domain | String | Optional domain for the cookie. |
path | String | Optional path for the cookie. |
expiry | int | Max age for the cookie in seconds. |
Type | Description |
---|---|
cookie | object |