Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26242 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93278 invoked by uid 1010); 25 Oct 2006 09:04:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93263 invoked from network); 25 Oct 2006 09:04:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2006 09:04:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=glenn.richmond@ilisys.com.au; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=glenn.richmond@ilisys.com.au; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ilisys.com.au from 203.202.10.83 cause and error) X-PHP-List-Original-Sender: glenn.richmond@ilisys.com.au X-Host-Fingerprint: 203.202.10.83 mail21.ilisys.com.au Linux 2.4/2.6 Received: from [203.202.10.83] ([203.202.10.83:59002] helo=mail21.ilisys.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/78-34241-E982F354 for ; Wed, 25 Oct 2006 05:04:33 -0400 Received: (qmail 1449 invoked from network); 25 Oct 2006 19:04:27 +1000 Received: from unknown (HELO ?127.0.0.1?) (203.202.11.226) by mail21.ilisys.com.au with SMTP; 25 Oct 2006 19:04:27 +1000 Message-ID: <453F2897.1050400@ilisys.com.au> Date: Wed, 25 Oct 2006 17:04:23 +0800 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: internals@lists.php.net X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: PHP user session handlers From: glenn.richmond@ilisys.com.au (Glenn Richmond) Hi guys, Just wondering what the status of the user-defined session handlers is? I've tested with 5.2rc4 and there is an issue that the references to the user functions get erased when the user calls session_write_close or session_destroy. This means that the system reverts to an alternative handler. Any idea if this issue has been resolved or if not, how it could be resolved? It basically makes large-scale user-defined session handlers impossible (for general website handling). It has been discussed previously, but no solution has been proposed as of yet. Glenn.