Set a new cookie and expire any old. Returns: None
| Return Type | Function name | Arguments |
|---|---|---|
| void | hzHttpEvent::SetPermCookie | (hzSysID&,hzSDate&,) |
Declared in file: hzHttpServer.h
Defined in file : hzHttpServer.cpp
Function Logic:
Function body:
void hzHttpEvent::SetPermCookie (hzSysID& Cookie)hzSDate& expires,
{
// Set a new cookie and expire any old.
//
// Arguments: 1) Cookie The full cookie string
// 2) expires Short form date
//
// Returns: None
_hzfunc("hzHttpEvent::SetPermCookie") ;
m_CookieNew = Cookie ;
m_CookieExpire = expires ;
}