Contains the Femto Web Server main thread and all classes for Weblets, "Simple Server Side Includes" (SSSI),
HTTP filters (including HTTP sessions and cookies) and network protocol adapters.
A HttpdFilter is an object that allows filtering tasks on either the HTTP request to a resource (a Weblet or static content),
or on the HTTP response from a resource, or both.
Creates a new session, initializes the session creation time, sets the access count to 1, sets the TCP/IP remote address and sets an informational text about the session.
SSSI - Simple Server Side Includes.
SSSI are directives that are placed in static HTML pages, and evaluated on the server while the
HTML pages are being served.
Weblets - direct from web browser executable java classes.
Weblets are special java classes, which can be called direct from the browser - similar to Java Servlets or CGI scripts.
Updates the last access time, increments the access count, updates the remote TCP/IP address of the agent and updates the informational text about the session.