Original Question or Issue: |
"Secure Cookie Is Not Enabled" pop up appears upon login to Admin Portal |
Environment: |
|
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_COOKIE_SAME_SITE_TYPE", "Strict"); ______________
|
Notes: |