How to secure my back office

Contact
  • First what is a backoffice
  • compound is Backoffice administration pages to manage a web site, usually a site in php.
  • To secure its web pages it is recommended to use session variables.
  • Session variables can avoid passing parameter like this:
  • www.monsite.fr/admin?fdg=545
  • If you have the old system login and password.
  • Even simpler
  • you cookies.
  • It is also possible through the purchase of SSL certificate to secure its backoffice.