aspx thread: login session
This is a multi-part message in MIME format. --Boundary_(ID_vEmr+BsNayEXc+gaG1A0OQ) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Is there a fast way of using asp.net control to determine if an user account has already been login. Meaning one login per session control. Thanks Philip
Use form level authentication, it create User object for valid login user....
|





