Cookie (gb.qt4.webkit)
This class represent a specific
HTTP cookie.
Properties
Domain
|
Return or set the cookie domain.
|
ExpirationDate
|
Return or set the cookie expiration date.
|
HttpOnly
|
Return or set if the cookie can be used with HTTP requests only.
|
Name
|
Return or set the cookie name.
|
Path
|
Return or set the cookie path.
|
Secure
|
Return or set if the cookie is a secure cookie or not.
|
Session
|
Return or set if the cookie is a session cookie or not.
|
Value
|
Return or set the value of the cookie.
|