php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15751 Cookie does not delete
Submitted: 2002-02-27 02:13 UTC Modified: 2002-02-27 02:42 UTC
From: mikhail at stylusinc dot com Assigned:
Status: Not a bug Package: *General Issues
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:13 UTC] mikhail at stylusinc dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 29 02:00:03 2025 UTC