in reply to Retrieving Objects from Sessions

It looks like you need to load the Digilink::Resource module:

   use Digilink::Resource;

The session module won't load it automatically, even though it can apparently thaw objects from this class.

-sam