6.0.0-beta1
9/24/25

[#2171] mysql sessions break IMP
Summary mysql sessions break IMP
Queue IMP
Queue Version FRAMEWORK_3
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester matthew.dunham (at) ic (dot) ucsb (dot) edu
Created 06/22/2005 (7399 days ago)
Due
Updated 07/19/2005 (7372 days ago)
Assigned
Resolved 06/23/2005 (7398 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/19/2005 07:27:36 PM patrick (dot) timmons (at) polymtl (dot) ca Comment #3 Reply to this comment
We also have a session problem with mysql. The problem occurs in 
turba. search.php passes the search result to browse.php through the 
session but browse.php gets his copy of the session before apache (or 
php) has time to save it. Adding a sleep(1) at the beginning of 
browse.php allows search.php to write the session to mysql before 
browse.php can fetch it.
06/23/2005 08:58:03 AM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
Duplicate of bug 1580
06/22/2005 10:49:12 PM matthew (dot) dunham (at) ic (dot) ucsb (dot) edu Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ mysql sessions break IMP
Queue ⇒ IMP
Reply to this comment
Using the mysql sessionhandler seems to result in the disappearance of 
some session data. Specifically, I'm seeing the IMP mailbox object 
failing to retrieve the _arrayIndex value, which results in a 
"Requested message not found" error.



Switching to other sessionhandlers, including the PEAR DB abstraction 
layer, resolves the problem.

Saved Queries