|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-03-29 17:57 UTC] betsyasm at yahoo dot com
I use apache 1.3.24/ php 4.1.2 /firebird with Red Hat 7.1 It used to work properly with php 4.0.5. When I installed php 4.1.2 I get the following error message: Wrong parameter count for session_destroy() and the session is not destroied Configure command: ./configure --with-interbase=/opt/interbase --with-apache=../apache_1.4.2 --enable-track-vars You can check it at www.g2k.es/factory/index.php PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 22:00:01 2025 UTC |
Fix my code means to remove the parameter. My current code is: session_register("userid"); if ($userid!="") { my page code }else session_destroy("userid"); Should I leave session_destroy void? Thanks for your help