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