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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -