Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 783 invoked from network); 30 Jan 2015 19:02:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jan 2015 19:02:50 -0000 Authentication-Results: pb1.pair.com header.from=markus.magnuson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=markus.magnuson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.43 as permitted sender) X-PHP-List-Original-Sender: markus.magnuson@gmail.com X-Host-Fingerprint: 209.85.215.43 mail-la0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:49749] helo=mail-la0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/20-34022-955DBC45 for ; Fri, 30 Jan 2015 14:02:50 -0500 Received: by mail-la0-f43.google.com with SMTP id q1so25363371lam.2 for ; Fri, 30 Jan 2015 11:02:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vtQKU9w19ebqMpT0RYbGoGpjIcRWRQwxLIPI7uMv6h4=; b=RzZvg/e1zthTwaIjmbiqFZ0+mH8m3FSkfmKE2kHOdT386FxecOAN74AAEuhSsd2NJw +o9f7gd77qfTHQEnV+T7SGbMYx/KshcdwHp1c4lTH49z4Hq1OG6ThrHXzhYuxXfP7jyc LyuoHBO/pqbrQAn/9Jm2W3S1u7+Qp9fmXysKhJLagYOBuYJjCg/0eImQUCA8/h8fueOY WxrTG+fnpLr/UVOhGCAEnQdkmqShVM8nm7Z8Mnl7fmNKj+K0Vc7jrUmhzQnZ+qNsmFH6 7Pg2+dKTMaM0/aEeGgDmFZXcAMDxG1PhRPjDAb5bkTYmh8tTSHS1Tb4xfNqn8GOcyNYk GVMQ== MIME-Version: 1.0 X-Received: by 10.152.19.194 with SMTP id h2mr7790409lae.77.1422644567153; Fri, 30 Jan 2015 11:02:47 -0800 (PST) Received: by 10.25.76.198 with HTTP; Fri, 30 Jan 2015 11:02:46 -0800 (PST) Date: Fri, 30 Jan 2015 20:02:46 +0100 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=089e013d0f12112424050de340b2 Subject: Why does session.gc_maxlifetime default to 1440 seconds? From: markus.magnuson@gmail.com (Markus Amalthea Magnuson) --089e013d0f12112424050de340b2 Content-Type: text/plain; charset=UTF-8 Hey, I've been trying to figure out the design decision behind why the default value of session.gc_maxlifetime is 1440 seconds (24 minutes)? Does anyone know or have any good sources? Best regards, Markus --089e013d0f12112424050de340b2--