I've done my best to search the list archives for an answer to my problem, 
and I apologize immensely if I just missed this already.

I've been using SquirrelMail in a load balanced environment where I have 
no control over the php.ini file. As far as I can tell, the web servers 
I'm using are writing session variable information to a part of the file 
system that isn't readable by all of the web servers.

So to get SquirrelMail to function properly, I had to add (something like)

session_save_path( "../data/sessions");

to every script that used session variables.

Previously, I tried using a database driven session handler, but I found 
that using the "session_save_path" function worked just as well.

As far as I can tell, my modification worked and didn't break anything.

What I'm wondering is if there is any easier (or more elegant) solution to 
what I'm doing?



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
--
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