Secure Cookie Error
Original Question or Issue:
"Secure Cookie Is Not Enabled" pop up appears upon login to Admin Portal
Environment:
- Product - FileCloud Server
- Version - Any
- Platform - Any
Steps to Reproduce:
Error or Log Message:
Secure Cookie Is Not Enabled.
Defect or Enhancement Number:
Cause:
Resolution or Workaround:
- Install SSL certificate and make sure your FileCloud URL is reachable over HTTPS: SSL Configuration - FileCloud Docs - Server
- Open cloudconfig.php file:
______________
Windows: C:\xampp\htdocs\config\
Linux: /var/www/html/config/cloudconfig.php
______________
- Add / Edit below line:
______________
define("TONIDOCLOUD_SECURE_COOKIE", 1);
Notes: