Tomas Kuliavas <tokul <at> users.sourceforge.net> writes:

> [ ... ]

Thank you very much for your reply.


> How about finding the reason why session or cookie data is corrupted?

OK.  But I don't know the internals of squirrelmail well enough to do
this in any kind of efficient manner.  Can you give me some pointers
as to where to get started?


> Used PHP version?

I mentioned earlier in this thread that I got this error both with
php-4.4.1 and php-5.1.2.


> Your session settings?

Here they are.  If I'm not mistaken, all of these are the installed
defaults:

  session.save_handler = files
  session.save_path = /var/lib/php/session
  session.use_cookies = 1
  session.name = PHPSESSID
  session.auto_start = 0
  session.cookie_lifetime = 0
  session.cookie_path = /
  session.cookie_domain =
  session.serialize_handler = php
  session.gc_probability = 1
  session.gc_divisor     = 1000
  session.gc_maxlifetime = 1440
  session.bug_compat_42 = 0
  session.bug_compat_warn = 1
  session.referer_check =
  session.entropy_length = 0
  session.entropy_file =
  session.cache_limiter = nocache
  session.cache_expire = 180
  session.use_trans_sid = 0


> All non-default php settings and used configure line?

The only non-default php setting I can recall having made is this one:

  error_log = "/var/log/php/log"

Here's the configure line (taken from the phpinfo() listing):

  ./configure \
    --enable-fastcgi \
    --prefix=/usr/local \
    --exec-prefix=/usr/local \
    --bindir=/usr/local/bin \
    --sbindir=/usr/local/sbin \
    --sysconfdir=/etc \
    --datadir=/usr/local/share \
    --includedir=/usr/local/include \
    --libdir=/usr/local/lib \
    --libexecdir=/usr/local/libexec \
    --localstatedir=/var \
    --sharedstatedir=/usr/local/com \
    --mandir=/usr/local/share/man \
    --infodir=/usr/local/share/info \
    --cache-file=/usr/local/src/php-4.4.1/config.cache \
    --with-config-file-path=/etc \
    --with-config-file-scan-dir=/etc/php.d \
    --enable-force-cgi-redirect \
    --disable-debug \
    --enable-pic \
    --disable-rpath \
    --enable-inline-optimization \
    --with-bz2 \
    --with-db4=/usr \
    --with-curl \
    --with-exec-dir=/usr/local/bin \
    --with-freetype-dir=/usr \
    --with-png-dir=/usr \
    --with-gd \
    --enable-gd-native-ttf \
    --without-gdbm \
    --with-gettext \
    --with-ncurses \
    --with-gmp \
    --with-iconv \
    --with-jpeg-dir=/usr \
    --with-openssl \
    --with-png \
    --with-pspell \
    --with-regex=system \
    --with-xml \
    --with-expat-dir=/usr \
    --with-dom=shared,/usr \
    --with-dom-xslt=/usr \
    --with-dom-exslt=/usr \
    --with-xmlrpc=shared \
    --with-zlib \
    --with-layout=GNU \
    --enable-bcmath \
    --enable-exif \
    --enable-ftp \
    --enable-magic-quotes \
    --enable-safe-mode \
    --enable-sockets \
    --enable-sysvsem \
    --enable-sysvshm \
    --enable-track-vars \
    --enable-trans-sid \
    --enable-yp \
    --enable-wddx \
    --with-pear=/usr/local/share/pear \
    --with-imap=shared \
    --with-imap-ssl \
    --with-kerberos=/usr/kerberos \
    --with-ldap=shared \
    --with-mysql=shared,/usr \
    --with-mhash=shared \
    --with-mcrypt=shared \
    --with-pgsql=shared \
    --with-snmp=shared,/usr \
    --with-snmp=shared \
    --enable-ucd-snmp-hack \
    --with-unixODBC=shared,/usr \
    --enable-memory-limit \
    --enable-bcmath \
    --enable-shmop \
    --enable-calendar \
    --enable-dbx \
    --enable-dio \
    --enable-mcal \
    --enable-mbstring=shared \
    --enable-mbstr-enc-trans \
    --enable-mbregex \
    --enable-force-cgi-redirect


> Can you reproduce same issue with 1.4.x and 1.5.1cvs? [ ... ]

I don't get the problem in 1.4.x, only in 1.5.1.


> [ ... ] SquirrelMail 1.5.1cvs contains experimental cookie code. We 
> must be sure that issue is caused by OTP code or sqsession_cookie code.

As I mentioned, I'm happy to try to diagnose this further, as long as
someone can give me some pointers as to where to start debugging within
the squirrelmail code.

Thanks again!




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
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