Fix current session counting
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 23 Nov 2010 22:13:40 +0000 (15:13 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 23 Nov 2010 22:47:19 +0000 (15:47 -0700)
commit089c6e7abc52775a3aca0c77aac610bc80a67624
treee6f501cdbc259bcecfbfbc29bb8068ff15e20d32
parent7901770489342821b08935038153d7b885854a1b
Fix current session counting

Instead of trying to manually parse PHP session serialization format,
use the session_decode() function to do the heavy lifting for us. We
need to do some session gymnastics to make this work properly
(session_decode() will overwrite the current session data), but it
works.
framework/Core/lib/Horde/Core/Factory/SessionHandler.php