this what i'm using to set cookie
setcookie("remember", $code, time()+1209600, "/", ".$domain");
And this is working, when i close the window but why are the cookies getting deleted from client machine when i close the broswer ?
I've set for 1209600 seconds - 2 weeks.
when i close my browser, i'm not able to see the cookie...its getting deleted ? can anyone help me plz
Thanq