yavuz Posted November 22, 2003 Share Posted November 22, 2003 Hi everyone, I am setting OSC on my PC for trial, it is IIS 5.0 on W2K. My computer and WWW name is yavuz-colasan. Below is the config.php file, however I receive the error "you browser does not support cookies....". I can connect and get the cookie for any other site on the net, the security settings of IE 6 are all default. I suspect that the comparison of cookie and domain is a problem. Help is appreciated: define('HTTP_SERVER', 'http://yavuz-colasan'); define('HTTPS_SERVER', ''); define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'yavuz-colasan'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', ''); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'yavuz'); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'catalog'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); Regards, Yavuz Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.