Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69347 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10190 invoked from network); 26 Sep 2013 10:19:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2013 10:19:09 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.174 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.174 mail-wi0-f174.google.com Received: from [209.85.212.174] ([209.85.212.174:38880] helo=mail-wi0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/CB-46303-C1A04425 for ; Thu, 26 Sep 2013 06:19:09 -0400 Received: by mail-wi0-f174.google.com with SMTP id hj3so6797833wib.7 for ; Thu, 26 Sep 2013 03:19:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PxLD/24YQ68EaRr16TRYJOJQdtf8U7hnEllXCgYPKNw=; b=f79tEyzEZVnpT/TokP3HXre2VO0kU5BbxMjO+y4x5XfGtKsuTZNWKdkKSkf0YPQ4rE IFVSAKmXyKdQA1rVlqHuY/8AqyV6yHwBQShf4wv9IxszbvYi6A1+/dB1lxjM9K0EZAhq vGAQaKhZzapD8eryZwte3KvR5MUGcNc7m9JB+QOSiN9RItDb4fBOpf+yeOgB260io1qX uYXIoZ73iZN0dPTW28dwko3I0CqxmKefROLN2D/5tzsh+WbN1WsuzoOGWYj+Sx3kE8w0 Wg4fqE5iCOyOJGfDM8bXrIyWEoqzACVtuwF+AIbarTXkKEkRkg5BCVwxHP+6OGKh277x Sk4w== MIME-Version: 1.0 X-Received: by 10.180.89.42 with SMTP id bl10mr461358wib.47.1380190745711; Thu, 26 Sep 2013 03:19:05 -0700 (PDT) Received: by 10.216.184.3 with HTTP; Thu, 26 Sep 2013 03:19:05 -0700 (PDT) Received: by 10.216.184.3 with HTTP; Thu, 26 Sep 2013 03:19:05 -0700 (PDT) In-Reply-To: References: Date: Thu, 26 Sep 2013 11:19:05 +0100 Message-ID: To: Laruence Cc: internals@lists.php.net, Yasuo Ohgaki Content-Type: multipart/alternative; boundary=f46d04447e2f1edc2704e746b3be Subject: Re: [PHP-DEV] Regenerating session ID automatically when IP address has changed From: leight@gmail.com (Leigh) --f46d04447e2f1edc2704e746b3be Content-Type: text/plain; charset=ISO-8859-1 On Sep 24, 2013 3:43 AM, "Laruence" wrote: > > I don't think this is language concerning issue. > > it could be done in user script.. > > thanks I agree entirely with Laurence (and others). This shouldn't be a core feature. It's not one size fits all. There's several scenarios where a users IP changes and you don't want to drop their session. (That doesn't mean it should simply have an option to disable it either) Many people still have dynamic IP addresses for their home connections, but the group who would suffer the most would be mobile users. It's pretty frustrating to use most sites with a phone as it is, without being kicked off every time you switch between grps or hsdpa or whatever. --f46d04447e2f1edc2704e746b3be--