the garbage collection should do it automatically. If its in the Session
object it will "go away" when the session terminates
--
Curt Christianson
Site & Scripts:
http://www.Darkfalz.com
Blog:
http://blog.Darkfalz.com
"JJ" <> wrote in message
news:892318A5-8814-4EC7-B38A-...
> Hi,
>
> I assigned a class to a session and after its use during the session I
> want to null it out of the session or reset it by killing the object in
> the
> session and creating a new one. Any ideas on how to do this? What's the
> best
> method to do this?
>
> Thanks,
>
> JJ