G
Guest
how to copy session
e.g
dim m_ds as dataset = Session("d")
but when i change the m_ds, it also change the session
e.g
dim m_ds as dataset = Session("d")
but when i change the m_ds, it also change the session