internet explorer 9 - ie doesn't save cookies on localhost -
i got problem here. ie9 not accept cookies. security levels , stuff ok. says cookies should accepted not!
$cookie = 'abc'; setcookie('id', $cookie, time() + 8640000);
this works in other browsers except beloved 1 ;(
try set cookie may work:
var = new date(); var time = now.gettime(); time += 3600 * 1000; now.settime(time); document.cookie = 'cookiename=cookievalue' + '; expires=' + now.togmtstring() + '; path=/';
Comments
Post a Comment