Security
When we tell people that we develop web-based software, they are often concerned with the security of their systems. However, our application framework includes the following security features for your peace of mind:
- All users must use strong passwords, and change them regularly
- Different user types can be allowed access to limited sets of system functionality
- Session tracking - every request tothe server is checked to ensure the user has a valid login session from the correct IP address
- Anti-hacking prevention - as well as standard security of the server, the application has measures to stop common hacking methods such as SQL insertion
- Session logging - every user session is logged, so in the event of a suspected security breach the information to investigate it exists
- Optional SSL - optionally, you can choose to run your software over an encrypted SSL connection, further increasing your security
