Re: [PHP-DB] Major Cookie Problem
[email protected] (Richard Quadling)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
On 13 May 2010 12:32, Barry Zimmerman <[email protected]> wrote: > setcookie('peg', 'YES', 'time()+190', '', 0); Can you try removing the quotes from around the expire parameter. setcookie('peg', 'YES', time()+190, '', 0); Richard -- ----- Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 ZOPA : http://uk.zopa.com/member/RQuadling