[imp] Session Mgmt problem? 2.3.7 login fails.

Mike Coughlan mcoughlan@gothambroadband.com
Tue, 24 Jul 2001 12:54:37 -0400


Regarding my session path=0, commenting out the lines below caused the
"local" path to drop to the /tmp as specified in the php.ini file.  I wish I
knew why.

IMP 2.3.7 is up now.  Thanks!



# Added for HORDE
<Directory /usr/share/horde>
Options FollowSymLinks
AllowOverride None
order allow,deny
allow from all
#<IfModule mod_php3.c>
#  php3_magic_quotes_gpc Off
#  php3_track_vars On
#</IfModule>
#<IfModule mod_php4.c>
#  php_flag magic_quotes_gpc Off
#  php_flag track_vars On
#  php_flag session.save_path /var/tmp
#  php_flag track_errors On
#</IfModule>
</Directory>
# End HORDE Configuration Block



> -----Original Message-----
> From: Mike Coughlan [mailto:mcoughlan@gothambroadband.com]
> Sent: Tuesday, July 24, 2001 10:17 AM
> To: imp@lists.horde.org
> Subject: RE: [imp] Session Mgmt problem? 2.3.7 login fails.
>
>
> Regarding the botched session mgmt, I'm not sure where the return
> 0 is coming from.