Set a new cookie and expire any old. Returns: None

Return TypeFunction nameArguments
voidhzHttpEvent::SetPermCookie(hzSysID&,hzSDate&,)

Declared in file: hzHttpServer.h
Defined in file : hzHttpServer.cpp

Function Logic:

0:START 1:m_CookieNew m_CookieExpire 2: No text

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 ;
}