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