I ahve a collection object saved in the session
I have also declared a new collection object
When I do the following(written from memory :) )
dim newcoll as new collection
newcoll = Cast(Session("Collection"), Collection)
I get only a reference to the session collection.. so when I am editing newcoll I am manipulating the sessions collection...
How can I get the value?
kind regarrds
Henrik
