Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71976 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38825 invoked from network); 2 Feb 2014 07:14:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2014 07:14:11 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 108.166.43.91 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 108.166.43.91 smtp91.ord1c.emailsrvr.com Linux 2.6 Received: from [108.166.43.91] ([108.166.43.91:51702] helo=smtp91.ord1c.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/63-30967-040FDE25 for ; Sun, 02 Feb 2014 02:14:10 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp4.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id A6A78140303; Sun, 2 Feb 2014 02:14:05 -0500 (EST) X-Virus-Scanned: OK Received: by smtp4.relay.ord1c.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id 5917D1402F8; Sun, 2 Feb 2014 02:14:05 -0500 (EST) Message-ID: <52EDF03C.5080201@sugarcrm.com> Date: Sat, 01 Feb 2014 23:14:04 -0800 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Yasuo Ohgaki CC: "internals@lists.php.net" References: <52ED7AC8.6080703@sugarcrm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Secure Session Module Options by Default From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! > To set user defined session ID, user has to do > > ini_set('session.use_strict_mode', FALSE); > session_id(session_create_id('SOME-USEFUL-PREFIX')); > > With this change, user could do > > session_id(session_create_id('SOME-USEFUL-PREFIX')); I think having parameter on session_id is preferable. What happens if this is not set and you do session_id('blah') - does it start the session? What is returned from session_id as the result? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227