Thread: PHP Script Auth
View Single Post
  #14 (permalink)  
Old 01-05-2011, 04:45 PM
chrisp8756 chrisp8756 is offline
Senior Member
 
Posts: 59
Default 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");
?>
__________________
Chris Priamos
Olympic Global Technologies
http://www.olympicglobal.com
Reply With Quote