Hi friends
What is the difference between login controls and Forms authentication?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Andrew FensterPosted Feb 13, 2012, 4:01 PM
Once the user is logged in, assuming you're using Forms authentication, the user automatically gets a cookie which identifies him. Each time the user does something which causes a postback, the cookie gets sent to the server with everything else. The cookie identifies and authenticates the user. When the user logs out or his session expires, the cookie will no longer work.