Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8966 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25851 invoked by uid 1010); 7 Apr 2004 16:08:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25823 invoked from network); 7 Apr 2004 16:08:22 -0000 Received: from unknown (HELO tomts20-srv.bellnexxia.net) (209.226.175.74) by pb1.pair.com with SMTP; 7 Apr 2004 16:08:22 -0000 Received: from caedmon.net ([65.94.84.53]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040407160822.MUHZ15811.tomts20-srv.bellnexxia.net@caedmon.net>; Wed, 7 Apr 2004 12:08:22 -0400 Message-ID: <40742776.2090500@caedmon.net> Date: Wed, 07 Apr 2004 12:08:22 -0400 User-Agent: Mozilla Thunderbird 0.5 (X11/20040306) X-Accept-Language: en-us, en MIME-Version: 1.0 To: inodes CC: internals@lists.php.net References: <019601c41caf$ac857b20$4601a8c0@shuttle> In-Reply-To: <019601c41caf$ac857b20$4601a8c0@shuttle> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Patch to minimize session fixation (continued) From: sean@caedmon.net (Sean Coates) While I like that your patch can be turned on and off in the INI, this sounds much more like an application-level problem, and thus should be implemented at the application level. MHO. S inodes wrote: > I agree with all your arguments: the IP-base solution IS NOT perfect. > > It is not generic enough to be implemented in world-wide application, but it > can be useuful for intranet or extranets. That's to say cases when you know > the infrastructure used by the clients to connect to your server support > this strategy. > > My goal is to minimize the risks for now, since I don't know yet what the > perfect solution could be. > > Other tests could be made: > - on the browser headers > - on IP ranges rather that on the single client IP address > - and so on... > > Jerome >