> I am using session.auto_start = 1 in my php.ini settings, perhaps
> yours is = 0?

I have: session.auto_start = 0

Run this command from you main SquirrelMail directory if you would:
grep -Rn session_start  *
# grep -rn session_start .
./global.php:134:    session_start();
./validate.php:20:session_start();
./webmail.php:29:session_start();
./redirect.php:47:session_start();

I've attached a debug version of redirect.php that should temporarily
replace the one in the /src directory.  Log in using that file and let
me know what you see.
I get this:

username =
username = [EMAIL PROTECTED]

--
Cheers,
Lilla



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to