I'm trying to write a stand alone script that would need access to $_SESSION as created by Horde's session handler. Is there an easy way to get to that data? Can I just include like... lib/Horde.php and have it work, or do I need to do actually build up the whole session object in my script? Liam