dodo::cgi::cookie Class Reference
describes cookie that would be sent to the browser
More...
#include <cgi.h>
List of all members.
Detailed Description
describes cookie that would be sent to the browser
Definition at line 194 of file cgi.h.
Constructor & Destructor Documentation
| dodo::cgi::cookie::cookie |
( |
|
) |
|
| dodo::cgi::cookie::cookie |
( |
const dodoString & |
name, |
|
|
const dodoString & |
value, |
|
|
const dodoString & |
expires = __dodostring__, |
|
|
const dodoString & |
path = __dodostring__, |
|
|
const dodoString & |
domain = __dodostring__, |
|
|
bool |
secure = false | |
|
) |
| | |
constructor
- Parameters:
-
| name | defines name of the cookie |
| value | defines value of the cookie |
| expires | defines expiration date of the cookie |
| path | defines path of the cookie |
| domain | defines domain of the cookie |
| secure | defines cookie security |
Member Data Documentation
expiration date
Definition at line 221 of file cgi.h.
defines cookie security; false by default
Definition at line 224 of file cgi.h.
The documentation for this class was generated from the following file: