Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90961 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96638 invoked from network); 27 Jan 2016 02:05:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2016 02:05:28 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.172 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.172 mail-yk0-f172.google.com Received: from [209.85.160.172] ([209.85.160.172:34946] helo=mail-yk0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/A0-28185-8E528A65 for ; Tue, 26 Jan 2016 21:05:28 -0500 Received: by mail-yk0-f172.google.com with SMTP id y137so1558857yka.2 for ; Tue, 26 Jan 2016 18:05:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=vC5B4c8eTrCFFf7eDCWLt6X6MahMmpYHZvz5S9DUFyg=; b=lBEPO3DLelxUU4x9BFXvGVhwYifu3IBLB1rjCdghBZM7wU3+AR7iMT6gbpGLCUuyMA UgkFudN89NFqfmvkwndy4Vb/QJTnQ0clXoSnC5Fa2N05BuoRs/rLExxt/y+zuV1mQkE6 AFzHnH0r9opnuunEtEPiRpPnaugPmKbWqdveDe8wsEWLHxgERYb8IZWmsLD6YPnC+SXh dTJ/vcSaUbOOPsERF3K4rvurKj6TTeSuYlvX5X8V1LF1ZIh/xf8m+s782Ftz1AHLUSuF 0YDTnROiw3br2iUGikwk2EtwRmZtEN1CWshc6iVQgjvfYPIcSxNAUEjuQ50H5IY0jrxI o1Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=vC5B4c8eTrCFFf7eDCWLt6X6MahMmpYHZvz5S9DUFyg=; b=m0cpw0YvajVONI4NLIYgZBPvThzrsquVgBLLwta/tB+uU/BQfTJS67/xtSvTYJhJ3v 7QZviRQhs8dTHVvEV/yPPHGXM1E0ROElK7hLTx5S5gauzpLcNFV8WjrGB/1UV4yE2tXQ BVEbgXb1BUUI1xIhppbi9Xz0QiSDJpG/x303uirKVyTOXmMxE5ffPQx9sb3zH7Qb0/bn /mf5C++M/p3/C+VcKCUYRUmBNneCBHBSonRGLfCO3nSYfey1zOiWzNi8EDIfF4mzz9KW 8xGHlZBejYqOqTmzZpxRURJQa+OvLARRPjJClsOHRiDTcR6w0Uc+FbIczc0OtaKIgvkN OiXQ== X-Gm-Message-State: AG10YORmRWyD21T0ggQGlFLyNRBGlhBEY9bRveLHkNdgj7C19+Srrf05cXiieOSCma7zpCE1tYph7idjfaI0+g== X-Received: by 10.13.226.129 with SMTP id l123mr13376781ywe.0.1453860326443; Tue, 26 Jan 2016 18:05:26 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.88.139 with HTTP; Tue, 26 Jan 2016 18:04:46 -0800 (PST) In-Reply-To: References: <56A727C3.9070505@gmail.com> <56A80626.6080008@gmail.com> <56A81CA5.2050106@gmail.com> Date: Wed, 27 Jan 2016 11:04:46 +0900 X-Google-Sender-Auth: f0b0ZOtC11aC4udn_uuS2OuN_a0 Message-ID: To: Stanislav Malyshev Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC Discussion] Precise Session Management From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi! On Wed, Jan 27, 2016 at 11:02 AM, Yasuo Ohgaki wrote: > > There are 2 ways to keep/generate stolen session > > - Set undeletable cookie to browser > - Get active session via exploit and access it before GC > > As I have already explained, getting active session ID is trivial with > access to psychical device. e.g. Steal colleges' session ID while they > are leaving desk. It's just a matter of displaying session ID cookie > and take picture of it. - Set undeletable cookie to browser this is - Set unchangable cookie to browser to be precise. -- Yasuo Ohgaki yohgaki@ohgaki.net