Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Login into HostBill form your website


With HostBill, you can create login form to put on your website:

  1. Go to Settings → Modules
  2. In module search box type in: Integration
  3. Activate module HTML Integration
  4. From Extras menu pick HTML Integration
  5. Copy code of login form and place it on your website.

Staff Auto-Logout Time


As a a security measure, HostBill automatically logs-out staff members after "30 minutes" of inactivity time. It is not possible to change this setting.

Automatic logout after login problem


If immediately after logging in into HostBill admin area you're being logged out, it probably means that your server cannot keep session data properly.


It can be caused by various reasons, please check that:

  • PHP can write to temp folder (usually /tmp) to store session data
  • your /tmp partition is not running out of space
  • if you're using Interworx with jails, the session.save_path configuration in php.ini needs to point to directory with write permissions ie: doing chmod -R 333 /session_save_path solves the problem.
  • to be sure, try clearing browser cache or using different browser
  • No labels