| Return Type | Function name | Arguments |
|---|---|---|
| void | hzHttpEvent::SetPermCookie | (const hzSysID&,hzSDate&,) |
Declared in file: hzHttpServer.h
Defined in file : hzHttpServer.cpp
Function Logic:
Function body:
void hzHttpEvent::SetPermCookie (const hzSysID& Cookie, hzSDate& expires)
{
_hzfunc("hzHttpEvent::SetPermCookie") ;
m_CookieNew = Cookie ;
m_CookieExpire = expires ;
}