Home All Groups Group Topic Archive Search About

How to logout with program

Author
23 Dec 2005 2:06 PM
ad
I used login controls in VS2005 in my WebApplicaiton.
A user can click LoginStatus to login or logout.
Can we login our logout with program just like the use click the
LoginStatus?

Author
23 Dec 2005 4:14 PM
Alexey Borzenkov
Call a “FormsAuthentication.SignOut();” method for manual logout.

Alexey Borzenkov (http://alexborzenkov.iespana.es/)


Show quoteHide quote
"ad" wrote:

> I used login controls in VS2005 in my WebApplicaiton.
> A user can click LoginStatus to login or logout.
> Can we login our logout with program just like the use click the
> LoginStatus?
>
>
>

Bookmark and Share