Mini application server API for C++.

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

inet
Class CzzSessionCookie

   in zz_session_cookie.h

class CzzSessionCookie

Session cookie Toni Thomsson, toni@tonjac.org


Constructor Summary
CzzSessionCookie( const char* value )
          
CzzSessionCookie( const char* name, const char* path )
          
virtual ~CzzSessionCookie()
          
 
Method Summary
 CzzString getId( void )
          
 CzzString getSetHeader( void )
          
 

Constructor Detail

CzzSessionCookie

public CzzSessionCookie( const char* value );

CzzSessionCookie

public CzzSessionCookie( const char* name, const char* path );

~CzzSessionCookie

public virtual ~CzzSessionCookie();


Method Detail

getId

public CzzString getId( void );

getSetHeader

public CzzString getSetHeader( void );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD