Defined in file: hzHttpServer.h
hzHttpSession is a pure virtual class whose purpose is to unify any application-level classes that allow the server to maintain state. The only menifestation in the library however, is the Dissemino class hdsInfo.
Constructors/Detructors
| Default constructor | hzHttpSession() | Not specified in code. Default applies | |
| Copy constructor | hzHttpSession(&) | Not specified in code. Default applies | |
| void | ~hzHttpSession | (void) |
Member Variables: None.