Hi List,
I want to set the cookie in which that cookie would be deleted automatically as 
visitor closes the browser. I have read an article
from www.php.net/manual/en/function.setcookie  and it is told me that we can 
set that cookie by unset the value time, but it doesn't
work.

Example:
Setcookie($var, $value, time(), $path, $domain, $secure_binary);
time() = without adding.

Any one can tell me the other way ..
Thank in advance.
                     Best Regards
============BBC============
                     **o<0>o**

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to