Cookie
Overview
gives the Servoy developer access to some Cookie methods for basic cookie operations
Methods Summarized
Type | Name | Summary |
---|---|---|
Returns the cookie domain. | ||
Returns the cookie name. | ||
Returns the cookie path. | ||
Returns the cookie secure attribute. | ||
Returns the cookie value. |
Methods Detailed
getDomain()
Returns the cookie domain.
Returns: String
Sample
getName()
Returns the cookie name.
Returns: String
Sample
getPath()
Returns the cookie path.
Returns: String
Sample
getSecure()
Returns the cookie secure attribute.
Returns: Boolean
Sample
getValue()
Returns the cookie value.
Returns: String
Sample
Last updated