ASP.net LoginStatus - change status to logout when log in successful
Posted
by craig
on Stack Overflow
See other posts from Stack Overflow
or by craig
Published on 2010-03-25T21:59:15Z
Indexed on
2010/03/25
22:03 UTC
Read the original article
Hit count: 140
ASP.NET
How should I go about this? I mean how does the control know whether someone is logged in or not? Session ID? Cookies?
Recommendation of which one I should implement? A guide or tutorial would be appreciated.
© Stack Overflow or respective owner