The cookie which I set does not expire at the time which i ment to at all!
For example if I set a cookie :
SetCookie("cookie_1","cookie_one",time()+300),
it should expire in 5 minutes if I am right, but it expires in 6 seconds.
If I set to time()+600 it expires in 7...