Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9039 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94333 invoked by uid 1010); 11 Apr 2004 13:35:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94269 invoked from network); 11 Apr 2004 13:35:51 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 11 Apr 2004 13:35:51 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i3BDZn2n001088; Sun, 11 Apr 2004 15:35:49 +0200 Date: Sun, 11 Apr 2004 15:35:39 +0200 (CEST) X-X-Sender: derick@localhost To: Jakes cc: internals@lists.php.net In-Reply-To: <20040411132533.65956.qmail@pb1.pair.com> Message-ID: References: <20040410132415.11114.qmail@pb1.pair.com> <4078155E.5060403@caedmon.net> <20040411121102.62649.qmail@pb1.pair.com> <000601c41fbf$21fcd990$8a02a8c0@tron> <20040411132533.65956.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Function request From: derick@php.net (Derick Rethans) On Sun, 11 Apr 2004, Jakes wrote: > Please can you send me in the right direction, for requesting a function to > be added to the php core. This doesn't belong in PHP as it's an application thing. Also, there is no way this can be added to PHP with the current framework, hence Wez pointing you to the correct list to discuss a script-level solution. Derick > "Wez Furlong" wrote in message > news:000601c41fbf$21fcd990$8a02a8c0@tron... > > The internals@ list is not the appropriate forum for this discussion. > > Try php-general@lists.php.net instead. > > > > > > ----- Original Message ----- > > From: "Jakes" > > To: > > Sent: Sunday, April 11, 2004 1:10 PM > > Subject: Re: [PHP-DEV] Function request > > > > > > > Please can you explain to me how this is done, without having to create > > some > > > sort of data storage facility. > > > > > > Regards > > > > > > Jakes > > > > > > > > > "Sean Coates" wrote in message > > > news:4078155E.5060403@caedmon.net... > > > > This can be done in user space, using custom session handlers. > > > > [plug]http://phparch.com/sample.php?mid=22[/plug] > > > > > > > > S > > > > > > > > > > > > Jakes wrote: > > > > > What I'm looking for is function or a constant that will keep track > of > > > session that are currently in use in memory. This should just return a > > > integer. > >