emjsync
03-03-2006, 04:05 AM
HI,
I noticed that after uploading my web project, all of my session state and cookie configuration will not work. Is there a way to enable cookie through the web hosting system.
i.e.
label1.text=User.Identity.Name;
that code should take the user name and passed it to the label field control. It workd well on the local server by not on the hosting site.
I noticed that after uploading my web project, all of my session state and cookie configuration will not work. Is there a way to enable cookie through the web hosting system.
i.e.
label1.text=User.Identity.Name;
that code should take the user name and passed it to the label field control. It workd well on the local server by not on the hosting site.