> ---------------------------- Original Message ---------------------------- > Subject: Urgent: Bug Report SM 1.4.6 > From: "Adam B. Dombi" <[EMAIL PROTECTED]> > Date: Wed, December 28, 2005 6:39 pm > -------------------------------------------------------------------------- > > > Dear Sir or Madam, > > > I've tried to set up 3 (three!!) SquirrelMail 1.4.6 Installations, > that resides on different Windows 2003 Machines - each with full Cygwin > Installation (required for Exim/UW-Mail-Servers and SSHD). > PHP is 5.1.1 and seems to running fine. > > > Unfortunately, SqirrelMail works, but produces (not always, but > sometimes!!!) the following error-chain. Further, neither the operation > that triggers the error, nor the time seems both to be deterministic. (!!!) > (Sometimes after Login, other times after clicking a button, another > time after third or fourth Refresh, a.o.) > > The Error-Output pattern looks always the same: > > > Warning: session_start() [function.session-start]: > open(C:\PHP\sessiondata\sess_e6134f15c778dc92b4ca18c070690a2b, O_RDWR) > failed: Permission denied (13) in > C:\Inetpub\webmail\functions\global.php on line 334 > > > Warning: session_start() [function.session-start]: Cannot send session > cookie - headers already sent by (output started at > C:\Inetpub\webmail\functions\global.php:334) in > C:\Inetpub\webmail\functions\global.php on line 334 ... > What I have checked yet: > > > - Windows, Cygwin and the Mailservers works fine. > - PHP.INI seems to be Ok. The error frequency can be slightly reduced with > setting global_registred = On (See http://www.adenet.biz/central-pc.php, > the file that contains the phpinfo();-Directive) > - All right settings for all directories and files are Ok - including > C:/PHP/sessiondata is global accessible. (Everyone can RWC, setuid() a.o.) > - The session-cookie-error appears with all MSIE-browsers and OS (Win9X, > XinXP, Win2003) > - I do not see any difference, wheather I connect via HTTP or HTTPS (No > effect) > - I tried with and without german localization (de_DE) (No effect) > - I tried diffrent settings with conf.pl. (No effect) > > > In my opinion, there may be a timing issue, that the PHP-variables are > not updated within the IIS-processing runtime. I'am not specialized in > PHP, but perhaps a small delay (normally called a terrible hack) or a kind > of flush()-directive may solve the problem. > > Thank you for looking into the problem.
Error is not in session cookie. Session cookie error happens because script outputs warning about file open failure. open(C:\PHP\sessiondata\sess_e6134f15c778dc92b4ca18c070690a2b, O_RDWR) failed: Permission denied Issue is specific to some restriction on win2k3 or session file locking problems. I think issue is not related to SquirrelMail. Any PHP session is affected. It might be SquirrelMail issue only if you use some third party plugins that corrupt session information. When does it happen? Does it happen after some cleanup in c:\php\sessiondata? Or after session timeouts in 24 minutes? Please don't confuse 1.4.6 and 1.4.6rc1 versions. 1.4.6 version is not released yet. -- 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
