Session.Clear()
http://msdn.microsoft.com/library/de...cleartopic.asp
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at
http://www.able-consulting.com
"itsme" <> wrote in message
news:0b3201c39385$fa207370$...
> Hello,
>
> I am storing an XmlDocument into the session.
>
> Each time I want to store the XmlDocument into session, I
> should clear the session object and then store the
> XmlDocument.
>
> Can anyone tell me, what is the best way to clear the
> contents of a session object?
>
> My Session object is "shoppingCart".
>
> Session["shoppingCart"] = XmlDocument
>
> Thank you!
>
>