>>>>>>are you sure that workstation and server time is correct and browser >>>>>>accepts cookies? >>>>>> >>>>>> >>>>>> >>>>>all boxes hanging on ntp and clocks do tick together synchronously >>>>>browser accepts cookies. >>>>> >>>>> >>>>> >>>>> >>>>Are you sure that session directory (php session.save_path setting) is >>>>writable by web server user? >>>> >>>> >>>> >>>> >>>dir is writable by webserver user but nothing is written >>> >>> >>> >> >>Please provide information about used OS and php session extension >>settings applied to SquirrelMail scripts? >> >> >> > > Linux 2.6.8-2-686 #1 Tue Aug 16 13:22:48 UTC 2005 i686 GNU/Linux > debian sarge > squirrelmail 1.4.4 > > > PHP Version 4.3.10-16 > > php4 out of the box debian > > > session > > Session Support enabled > Registered save handlers files user > > > Directive Local Value Master Value > session.auto_start Off Off > session.bug_compat_42 On On > session.bug_compat_warn On On > session.cache_expire 180 180 > session.cache_limiter nocache nocache > session.cookie_domain /no value/ /no value/ > session.cookie_lifetime 0 0 > session.cookie_path / / > session.cookie_secure Off Off > session.entropy_file /no value/ /no value/ > session.entropy_length 0 0 > session.gc_divisor 100 100 > session.gc_maxlifetime 1440 1440 > session.gc_probability 0 0 > session.name PHPSESSID PHPSESSID > session.referer_check /no value/ /no value/ > session.save_handler files files > session.save_path /var/lib/php4 /var/lib/php4 > session.serialize_handler php php > session.use_cookies On On > session.use_only_cookies Off Off > session.use_trans_sid Off Off
Show output of 'ls -l /var/lib/php4' command. Are you sure that you have retrieved php configuration settings according to http://www.squirrelmail.org/wiki/TestPHPSettings Could you also show PHP mbstring extension settings? Are you sure that you don't have any privacy proxy or SOHO router between browser and web server? First login attempt is src/redirect.php - password is retrieved from POST Second and third attept is src/left_main.php and src/right_main.php - password is retrieved from COOKIE and SESSION. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- 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
