Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10240 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34553 invoked by uid 1010); 2 Jun 2004 07:36:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34529 invoked by uid 1007); 2 Jun 2004 07:36:19 -0000 Message-ID: <20040602073619.34528.qmail@pb1.pair.com> To: internals@lists.php.net Date: Wed, 2 Jun 2004 11:37:43 +0400 Lines: 16 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Posted-By: 62.118.206.245 Subject: sessions handling From: dima@region35.ru ("Dmitry Ruban") Hi folks, Have no idea is it the proper group to ask my question, any way here it is: We have two instances of apache/mod_php running on 80 and 443 ports accordingly. For both mod_php we have the same dir (/tmp) to store session information. Is it possible to mix sessions data up if user switches between 80 and 443 ports? I mean what if when user surfs over 80 port and has already sessionID in this mod_php context(PHPSESSID stores in cookie), then he jumps to 443 instance, would that mod_php correctly find proper session file? Is it possible that PHPSESSID in 443 context hasn't been initialized and mod_php won't get proper file? Regards, Dima Ruban