PHP cookies problem, works in Firefox not in other browser

后端 未结 5 501
深忆病人
深忆病人 2021-01-05 12:22

I\'ve a problem with setting cookies in php. I\'ve to say that I\'m not very experienced with php, so maybe is a very stupid problem.

I\'ve an ajax rating system tha

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-05 13:04

    problema en cookies para ie SOLUCIONADO: problem at cookies for ie SOLVED:

    Es SIMPLE, Cuando declaren la cookie y escriben en el EXPIRE: time()+60*60*24*30, cambien los 60's por 120 asi: time()+120*120*24*30. A m'i me funcion'o a la perfeccion.

    Its simple, when you declare the cookie, at the expire time "time()+60*60*24*30", change los 60's by 120 so: time()+120*120*24*30. It worked for me.

提交回复
热议问题