Oops! It appears your browser does not allow cookies. You need to enable cookies in I've managed to setup the cookie in my site. But when they close there browser or log out. Then return to login again I get the following error from the zimbra login screen "Oops! It appears your browser does not allow cookies. You need to enable cookies in".
Any ideas on how I resolve this?
I'm currently using using this code to set my cookie-
<?php
setcookie("ZM_TEST","true",time()+3600 , "/", ".mail.mydomain.com");
?> |