I am creating the webpart page in the sharepoint site using
WebCustomControl(C#). Is it possible to use the session object in this
Webcustom Control.
I am using
Context.session["userid"]="admin" ;
Context.session.add("userid","admin");
Both remains in error. Please guide me how to use the session object
in the Webpart page.