What is a webapp?
A webapp is a directory in the webspace which is protected by an authentication cookie. It is specified inside the httpd.cfg, where there is a sample "testapp". To allow access
session/content/login?: yes
and then redirect the user to a page inside the webapp.
This section needs an author.