![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtWebStoreCookieEvent class describes a cookie to be sent to a web browser More...
#include <QxtWebStoreCookieEvent>
Inherits QxtWebEvent.
The QxtWebStoreCookieEvent class describes a cookie to be sent to a web browser
The QxtWebStoreCookieEvent class instructs the session manager to store a cookie on the web browser.
Constructs a QxtWebStoreCookieEvent for the specified sessionID that will store a cookie with the specified name and data on the web browser.
If an expiration date is supplied, it will be passed to the browser along with the cookie. The browser will delete the cookie automatically after the specified date. If an expiration date is not supplied, the cookie will expire when the browser is closed.
Contains the content of the cookie to be stored.
Contains the expiration date of the cookie to be stored. If null, the cookie will expire when the web browser is closed.
Contains the name of the cookie to be stored.
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.6.1 |