Hi,
I'm having a bit of a problem with setcookie(). I'm making a login script that verifies the cookie has been set and the person is loggedin.
setcookie("logged","true",time()+600,"/members"
When i check this within the /members directory in my php script, it works for 90% of the users. However, there are some who cannot login at all and it's because the cookie is not setting. Is this a php error or browser error? I've already checked that they have privacy set to medium on IE and allow cookies on the domain.
Thanks you very much.
I'm having a bit of a problem with setcookie(). I'm making a login script that verifies the cookie has been set and the person is loggedin.
setcookie("logged","true",time()+600,"/members"
When i check this within the /members directory in my php script, it works for 90% of the users. However, there are some who cannot login at all and it's because the cookie is not setting. Is this a php error or browser error? I've already checked that they have privacy set to medium on IE and allow cookies on the domain.
Thanks you very much.