User sessions will be stored in database and not in files anymore.
CGI::Session is not used anymore for this purpose. The new module
user_sessions.pm provides functions on new database table user_sessions.
* remove cache, cache setup is not easy, todays servers do not really
* need it anymore
* add prototypes and fix parameter issues
* suppress redefinition