|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-27 02:42 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat May 23 11:00:01 2026 UTC |
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