I need help to understand something. After looking through the learn section of this site and further more, researching online asp.net sites. I cannot get my head around certain elements of using profiles in my .net applications.
I setup my suers and roles with form authentication. So access / deny is stored in the web.config. However can someone tell me, once a user logs in does that login store their session as a cookie or what is it? I have web forms for submission how can I make these forms show that they were submitted by the person that is logged in?
An example of what I mean is: Web form for submitting personal info. Simple.
WHen the form is submitted, how can i ensure it submits the user's name / profile name with the form so that I know who submitted it. I dont want them to be picking their name from a drop down list nor typing it in manually. Thats why I am asking how profiles work in asp.net.
...
Go to the complete details ...