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 |
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.
State ⇒ Not A Bug
bug 1580State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ mysql sessions break IMP
Queue ⇒ IMP
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.