Summary | Session list provides unserialize error |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | phyre (at) rogers (dot) com |
Created | 03/08/2006 (7061 days ago) |
Due | |
Updated | 07/13/2006 (6934 days ago) |
Assigned | 03/13/2006 (7056 days ago) |
Resolved | 07/13/2006 (6934 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Queue ⇒ Horde Framework Packages
Assigned to
State ⇒ Assigned
pipe character that breaks our preg_split()'ing.
New Attachment: ttt
You'll notice I took a printout of $vars[$auth+1] and then the first
section of the $session_data variable which should show you the
characters leading up to it that are getting misparsed. This was
probably similar to the case earlier (forgot to save the session
before), and causes the same problem. At this point it's character 90
of the unserialize
"Notice: unserialize(): Error at offset 90 of 131 bytes in
/var/www/horde/lib/Horde/SessionHandler.php on line 217"
State ⇒ Feedback
($session_data)? If it's too large, it might sufficient to provide
only the characters of the "credential" string.
ñd36¸ì¸õÇÁÂ???¼
And then the input string just stops. The session file keeps going,
but the string it is unserializing ( $vars[$auth+1] ) fails to be
complete, and hence fails on the unserializing as it just stops.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Session list provides unserialize error
Queue ⇒ Horde Base
State ⇒ Unconfirmed
active. I'd imagine there's some character not being escaped properly
in the session?
Notice: unserialize(): Error at offset 93 of 130 bytes in
/var/www/horde/lib/Horde/SessionHandler.php on line 217
Notice: unserialize(): Error at offset 92 of 121 bytes in
/var/www/horde/lib/Horde/SessionHandler.php on line 217
Notice: unserialize(): Error at offset 93 of 130 bytes in
/var/www/horde/lib/Horde/SessionHandler.php on line 217
Notice: unserialize(): Error at offset 92 of 121 bytes in
/var/www/horde/lib/Horde/SessionHandler.php on line 217