libdodo: dodo::cgi::cookie Class Reference

dodo::cgi::cookie Class Reference

describes cookie that would be sent to the browser More...

#include <cgi.h>

List of all members.

Public Member Functions

 cookie ()
 constructor
 cookie (const dodoString &name, const dodoString &value, const dodoString &expires=__dodostring__, const dodoString &path=__dodostring__, const dodoString &domain=__dodostring__, bool secure=false)
 constructor

Public Attributes

dodoString name
 name of the cookie
dodoString value
 value of the cookie
dodoString expires
 expiration date
dodoString path
 cookie path
dodoString domain
 cookie domain
bool secure
 defines cookie security; false by default

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 (  ) 

constructor

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

cookie domain

Definition at line 223 of file cgi.h.

expiration date

Definition at line 221 of file cgi.h.

name of the cookie

Definition at line 218 of file cgi.h.

cookie path

Definition at line 222 of file cgi.h.

defines cookie security; false by default

Definition at line 224 of file cgi.h.

value of the cookie

Definition at line 219 of file cgi.h.


The documentation for this class was generated from the following file:

Generated on Sun Nov 8 03:44:42 2009 for libdodo by  doxygen 1.6.1