Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56714 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85883 invoked from network); 2 Dec 2011 05:51:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2011 05:51:27 -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.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:60388] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/D0-15959-E5768DE4 for ; Fri, 02 Dec 2011 00:51:26 -0500 Received: by ghbg16 with SMTP id g16so2937025ghb.29 for ; Thu, 01 Dec 2011 21:51:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=XGcAZITFJTY7qH+zPAJD96vnWkUxesjHIp7zU1J4KtU=; b=SM1H+8jzAAmLVmZ0qbEpgF8PaI/Oq205ZcFH3v6+qHCZz7jeuERwQ3DTvjAcBbEfns ew346G7wzroiXJgkxvslPfLImN+9VBuJoJazw46AfgzCbqbozYrxKgwE568A4PRcg4Gs eelzvKdR76WKotUtLGtWYmzswnms9sKyGabxQ= Received: by 10.101.39.5 with SMTP id r5mr2517066anj.36.1322805084085; Thu, 01 Dec 2011 21:51:24 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.127.18 with HTTP; Thu, 1 Dec 2011 21:50:42 -0800 (PST) In-Reply-To: References: <4EBDC283.3040700@yahoo.co.jp> <4ED727FB.7030001@uw.no> <4ED76013.50601@lerdorf.com> <4ED85560.6040101@uw.no> Date: Fri, 2 Dec 2011 14:50:42 +0900 X-Google-Sender-Auth: tgmnAEhiulMmIw17OUBQOGFNDTk Message-ID: To: "Daniel K." Cc: Rasmus Lerdorf , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Strict session? From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, 2011/12/2 Yasuo Ohgaki : > With strict session, user cannot set session ID. If user can, it's not > a strict session, but adoptive. > > If user would like to use adoptive session, user may set > session.use_strict_mode=0. When user tried to use session_id() to set their on ID when session.use_strict_mode=1, it would be nicer to emit warning error. Failing silently is not good. Any comments? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net