[Tickets #2731] logout security
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Oct 31 07:40:11 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2731
-----------------------------------------------------------------------
Ticket | 2731
Updated By | dgehl at inverse.ca
Summary | logout security
Queue | Horde Base
Version | 3.0.5
State | Feedback
Priority | 3. High
Type | Bug
Owners |
-----------------------------------------------------------------------
dgehl at inverse.ca (2005-10-31 07:40) wrote:
By adding
$result = @mysql_query('COMMIT', $this->_db);
$result = @mysql_query('SET AUTOCOMMIT=1', $this->_db);
at the end of the destroy function in
/lib/Horde/SessionHandler/mysql.php
(similar to the 'write' function)
the bug disappears
More information about the bugs
mailing list