且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用谷歌帐户登录/注销asp.net网站

更新时间:2023-12-04 16:21:52

 Response.Redirect(  https://www.google.com/accounts/Logout跨度>); 


Hi guys,

I have asp.net web site in c#.

and this web site is login using google account.

I successfully login into the application using google account.

But not getting logout.

I mean, once i logged in, its keeping me logged in always.

Can any one plz help me.

Ref: www.aspsnippets.com/Articles/Login-with-Google-Account-API-in-ASPNet-and-get-Google-Plus-Profile-details.aspx[^]

Thanks

Response.Redirect("https://www.google.com/accounts/Logout");