>> 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?
set two cookies. one with setcookie (http://www.php.net/setcookie) and other with sqsetcookie (http://www.squirrelmail.org/docs/phpdoc/squirrelmail/_functions_global_php.html#functionsqsetcookie) compare $_COOKIE data ... > 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 CGI based PHP interpreter? Any third party libraries? some php cache, suphp or apache mod_security? -- Tomas ------------------------------------------------------- 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
