I have a struct called "Result" that I stuff into the user''s session which is causing me a bit of grief. In the lighttp.crash.log, I see the following: [29/Sep/2005:08:14:25 :: 2411] Dispatcher failed to catch: Struct::Result cannot be referred (TypeError) Does this mean that once you have declared a Struct you can only refer to it whilst the declaration is still in context? If so, is there any way that I can do a global sort of declare for the Struct to allow me to save it to the session? If not, is there a better way to save a large group of variables to the session in one swell foop? I''d really rather not have to save all those vars one by one.... Thanks! -- Kimball