
Michal Čihař a écrit :
On Tue, 15 Aug 2006 13:07:15 -0400 Marc Delisle <Marc.Delisle@cegepsherbrooke.qc.ca> wrote:
Michal Čihař a écrit :
On Tue, 15 Aug 2006 08:17:35 -0700 (PDT) Jürgen Wind <jwind@ngi.de> wrote:
- no config directory - auth_type='cookie' (- port 3307) - start PMA: login panel appears session created a4249...17h07 - access scripts/setup.php (tested with the same browser tab, should make no difference if another tab) session date modified a4249...17h09 ,same size I get different session here... With Firefox on Windows XP I get the same session and only one cookie. Tested with PHP 5.1.4 and 5.1.5RC1, file-based sessions.
Firefox/Linux + PHP 5.1.4.
Michal, does your cookie path include "scripts" when you access scripts/setup.php ? Mine does not.
Yes it does, thats why I ged another session.
Michal, when accessing http://pma.cihar.com/TESTING/ then http://pma.cihar.com/TESTING/scripts/setup.php then http://pma.cihar.com/TESTING/ the cookies generated in my browser _do not_ include the "scripts" part. But I cannot reproduce the bug on your server. What is AWSUSER_ID and AWSSESSION_ID ? Are you using a special kind of session store? Marc