Summary
In some cases the Octane server name is not correct in the Site>Servers view
Error
An error may occur when cookie sharing
Cause
The hostname is the host short name "myserver" or will be "localhost" rather than the FQDN (Fully Qualified Domain Name)
Fix
1) Open /etc/hosts for editing
2) Add the following to the hosts file...
127.0.0.1 <fqdn>l localhost localhost.localdomain localhost4
For example: 127.0.0.1 myserver.mydomain.com localhost localhost.localdomain localhost4
3) Save changes
4) Restart the Octane service