From:             [EMAIL PROTECTED]
Operating system: Windows and FreeBSD
PHP version:      4.1.0
PHP Bug Type:     Session related
Bug description:  Cookie does not delete

Hello,

Upon login, I set the cookie using:

setcookie('userid','123');

Upon logout, I do this:

setcookie('userid');

It does not delete the cookie. The user still gains access to the member
panel even after logout.

Thanks,
Mikhail
-- 
Edit bug report at http://bugs.php.net/?id=15751&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15751&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15751&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15751&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15751&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15751&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15751&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15751&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15751&r=submittedtwice

Reply via email to