Destructor fixes.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 8 Oct 2009 21:41:24 +0000 (15:41 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 8 Oct 2009 22:16:10 +0000 (16:16 -0600)
commit256b9470167dc920467527249a50cc3f68c1db8a
treeaf7129b82e375b5d2096356405464d29ffed049c
parent875010ee4070be4a5b75247c46a4cdb248d1fb9f
Destructor fixes.

Destructors have no access to the session - need to do these tasks in a
function registered via register_shutdown_function().
framework/LoginTasks/lib/Horde/LoginTasks.php
framework/SessionHandler/lib/Horde/SessionHandler.php
framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php
framework/SessionObjects/lib/Horde/SessionObjects.php