When you get an object back from the session you need to cast it to the object that was stored in the session. That is, in your example you need to do the following:
You can think of the session object as a glorified HashTable (kinda)
hope this helps
paul
[This message has been edited by Paul Wetzel (edited February 02, 2001).]