Clearing session object contents

  • Thread starter Thread starter itsme
  • Start date Start date
I

itsme

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top