CookieInformation

Wrapper around cookie information.

static if(isWeb)
class CookieInformation {}

Members

Functions

cookieDescription
string cookieDescription()

Gets the description of the cookie.

cookieName
string cookieName()

Gets the name of the cookie.

Meta