How do I read and write to the session Object

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Tony (Tony_at_discussions.microsoft.com)
Date: 09/16/04


Date: Wed, 15 Sep 2004 18:43:07 -0700

I am writing and ASP.Net application and want to save a value in the session
object in my C# code.

I think I save it using

Session.Add("Name", Value)

But how do I read it back there is no Get function?
Session("Name") throws an error

Help !
TIA