All the scripts had a hardcoded use lib "../../lib" and "../.."
on Session method calls. This was changed to a BEGIN prologue
where @INC gets $webguiRoot added, and the method calls use
$webguiRoot instead.
This eases the creation of patches for filesystem reorganization
of WebGUI files (e.g. for Debian packaging).