Cookie
Overview
gives the Servoy developer access to some Cookie methods for basic cookie operations
Methods Summarized
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