You ignore warnings on irc, so here goes bug report.
In SquirrelMail 1.4.10/1.5.2svn sqsession_is_active() function was modified
to call session_start() every time it is called. 'Session started' error
messages are suppressed with @. But @ also disables other session_start()
errors.
It makes debugging harder, because scripts will fail without error output
when session extension is not available. All session write notices are
disabled.
Please confirm that Paul's observations about session_id behaviour in
#1685031 'session is closed before webmail_top hook' bug report are based
on standard unmodified SquirrelMail scripts and standard PHP session
extension.
session_id returns session id string after session is closed with
session_write_close() function call in PHP 4.1.2, 4.4.4, 4.4.7, 5.2.0 and
6-dev.
Nobody/Anonymous
None
None
Public
|
Date: 2008-11-14 21:32 All php versions do that. Please provide information about your setup, |
|
Date: 2008-11-14 21:24 There was code in SM that did exactly that. It was removed because in some |
|
Date: 2008-11-14 19:57 A simpler fix could be to change one line in functions/global.php |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use