php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15752 setcookie does not delete the cookie
Submitted: 2002-02-27 02:19 UTC Modified: 2002-02-27 02:43 UTC
From: mikhail at stylusinc dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.1.0 OS: Windows and FreeBSD
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mikhail at stylusinc dot com
New email:
PHP Version: OS:

 

 [2002-02-27 02:19 UTC] mikhail at stylusinc dot com
Hello,

Upon member login we set a cookie using:

setcookie('userid','123');

Upon logout, we try deleting it using:

setcookie('userid');

I have also tried:

setcookie('userid','');
setcookie('ses_userid','0',time()-1);

This does not work. Even after logout, the visitor gains access to the member panel. We use Windows with PHP 4.1.0 and also a FreeBSD server with 4.1.1.

Regards,
Mikhail

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-27 02:43 UTC] sniper@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 11:01:32 2025 UTC