Tagged Questions
The logout tag has no wiki summary.
28
votes
9answers
39k views
Facebook Oauth Logout
I have an application that integrates with Facebook using Oauth 2.
I can authorize with FB and query their REST and Graph APIs perfectly well, but when I authorize an active browser session is ...
10
votes
2answers
7k views
Twitter API - Logout
I'm using OAuth in my web app, and users can login with twitter.
I want to add "switch twitter account" button, which actually clears the session and then opens the authorize_url.
As clearing the ...
8
votes
4answers
1k views
OpenID. How do you logout
On a website I have implemented the login using OpenID (based on StackOverflow).
But I can't seem to logout.
On my host I can logout but when the user tries to login again (especially with google) ...
7
votes
2answers
544 views
How to log out a user when a session times out or ends
Whats the best way to log out a user when a session ends or expires?
Thanks for any help.
7
votes
1answer
13k views
javax.faces.application.ViewExpiredException: View could not be restored
I have written simple application with container-managed security. The problem is when I log in and open another page on which I logout, then I come back to first page and I click on any link etc or ...
7
votes
7answers
7k views
How to run my program on before logout on windows XP?
I am looking for an inverse version of "RunOnceEx".
RunOnceEx does run some program, before the user's shell(desktop&taskbar) start. The login progress will not continue before the runonceex ...
6
votes
1answer
258 views
Is there a good SimpleSAMLphp SLO example?
One of our clients is requesting that we implement Single Logout (SLO) through SAML. Their side of the SAML service is the Identity Provider, while ours is the Service Provider. Single-Signon (SSO) ...
6
votes
2answers
1k views
Logging out of Facebook C# SDK on WP7
I am trying to add a feature for logging out, which is called in the click event of a ApplicationBarMenuItem, following the instructions on this blog
This is what my code looks like:
var oauth = ...
6
votes
2answers
2k views
Prevent user from going back to the previous secured page after logout
I have the requirement that the enduser should not be able to go back to the restricted page after logout/signout. But currently the enduser is able to do that by the browser back button.
Basically, ...
6
votes
2answers
3k views
http basic authentication “log out”
HTTP basic authentication credentials are stored until the browser is closed, but is there a way to remove the credentials before the browser is closed?
I read about a trick with HTTP 401 status ...
6
votes
8answers
3k views
How to add logout feature to an OpenID enabled site?
I have recently added OpenID login to my website. But I don't know how to add the logout feature.
For example, on clicking the Sign In button I am able to show the login form of the selected OpenID ...
6
votes
5answers
9k views
ASP.NET Windows Authentication logout
How do you logout when using Windows authentication in ASP.NET like this web.config?
<authentication mode="Windows" />
I've already tried the following unsuccessfully. It redirects, but does ...
5
votes
1answer
303 views
FB auth.logout is being raised after being logged in using the “server-side-workflow” (OAuth 2.0)
NOTE: Our (web) application was working fine until we upgraded to the Oauth 2.0 workflow this past weekend.
When a user "connects with facebook" to our (web) application we log them in to Facebook ...
5
votes
3answers
315 views
Why can't I logout on django user auth?
I am using the django.contrib.auth user management system.
So I got the registration/insert into the user table/model up and the login from django.contrib.auth.views.login up so I can log in.
...
5
votes
1answer
489 views
Logging a user out when using HTTP Basic authentication
I want users to be able to log in via HTTP Basic authentication modes.
The problem is that I also want them to be able to log out again - weirdly browsers just don't seem to support that.
This is ...
5
votes
1answer
589 views
Android Facebook SDK - How to log in as another user?
I am using the official Facebook SDK for Android in my app.
I have managed to log in successfully,
but the problem arises when I try to log in as another user:
I click on the link that says Logged in ...
5
votes
1answer
2k views
ASP.NET MVC truly log off with Forms Authentication
I have a logoff action on a controller as so:
public ActionResult Logoff()
{
var x = Request.IsAuthenticated;
var y = User.Identity.IsAuthenticated;
...
5
votes
2answers
2k views
django 'url' template tag error
My URLconf contains this pattern:
url(r'^accounts/logout/$','django.contrib.auth.views.logout', name="logout"),
And I've trying to reverse that in a template with the URL tag like this:
<a ...
5
votes
4answers
9k views
How to logout when using .htaccess (and .htpasswd) authentication? [closed]
Possible Duplicate:
HTTP authentication logout via PHP
Hi
I have a some functionality on my website protected using .htaccess and .htpasswd.
When users attempt to access this, they get ...
4
votes
1answer
114 views
Logging out of JS SDK doesn't log out of PHP SDK
I have a website that is using both the PHP SDK and JS SDK.
After updating to OAuth in both, I've noticed that logging out of JS doesn't actually log the user out of PHP.
It seems like the general ...
4
votes
1answer
1k views
Android: facebook sdk logout problem?
Hello I am using the facebook sdk for android on my android phone and using single sign on. It works fine when I logged into the facebook application, my application also signed in.
For logout I ...
4
votes
2answers
6k views
Facebook logout button and redirect after logout
<fb:login-button autologoutlink="true" perms="user_likes" size="large"></fb:login-button>
to create a login/logout fb button.
Everything works, after the login, the login button become a ...
4
votes
2answers
1k views
google account logout and redirect
I am using openid to log the user in.(google account only).
Now I have a sign out link in my page, which on clicking, I want the user to be logged out of google accounts and the page to be redirected ...
4
votes
4answers
751 views
OpenID Logout. I just need authentication not login to OpenID Provider
Started with this question: http://stackoverflow.com/questions/1385082/openid-how-do-you-logout
OK. So OpenID does not have single logout.
I can see the uses but there are some situations that worry ...
4
votes
4answers
5k views
Best way to detect browser closing/navigation to other page and do logout
I am writing an application in GWT and I need to detect when a user navigates away from my application or when he closes the browser window (onUnload event) and do a logout (session invalidation and ...
3
votes
2answers
64 views
Load facebook logout URL using an Iframe
How can I load my facebook logout URL without redirecting to the site using an Iframe
I have a code but does not go according to plan,
my.js
var url = ...
3
votes
1answer
102 views
Logout seems to be very buggy in Firefox and IE
In Chrome and Safari it works beautifully, right when you click on the button it logs out every time.
However with FF and IE you click it on it and it just keeps on refreshing trying to load things ...
3
votes
4answers
131 views
Logout from my application
I have designed an app which passes through many activities.In every page I have set Logout button. When Logout is clicked, I finished the current Activity and use FLAG_ACTIVITY_CLEAR_TOP and start ...
3
votes
3answers
418 views
Twitter OAuth: How do we log the user out of twitter?
I am using the oauth method in order to allow a user to sign into my website with Twitter and Facebook. I also plan to add Yahoo! and Google as well such as Stack Overflow does. Once the user logs in ...
3
votes
4answers
1k views
facebook-ios-sdk logout question
I have seen a lot of questions here regarding the Facebook Graph API but I still haven't find a solution for simple 'login'/'logout' operations using it. Looks like the Single Sign-On style is causing ...
3
votes
2answers
113 views
OpenID on a kiosk PC
Using DotNetOpenAuth I have enebled OpenID login to a local sportsclubs website.
Besides users logging in from home, we also have a PC within the club running IE in kiosk mode. I have some security ...
3
votes
2answers
1k views
PHP Digest auth, logout
Is there a way to logout of a digest authentication done in php.
I have tried unset($_SERVER["PHP_AUTH_DIGEST"]);
But it wont ask to relogin.
I know if i close the browser then it will work and here ...
3
votes
2answers
774 views
disable auto logout feature in asp.net
Im using forms authentication. I want my application should not logout the user automatically after sometime.
3
votes
1answer
250 views
How do I make a Python script (installed as a service) survive a logout?
I followed the instructions in this answer about writing a Python script to be used as a service. I placed my looping code in def main().
I installed the service with python my_script.py install. I ...
3
votes
1answer
100 views
Logout hashes, how are they handled?
What's the way the logout hashes are usually handled in php?
on a lot of sites there's usually logout hashes to confirm that the user that's logging out is teh correct user, how is this usually ...
3
votes
1answer
457 views
Auto-Logout with multiple tabs open
we've implemented a system similar to the one described in this other SO post. Basically, if the user doesn't do anything for 14 minutes, we prompt them that they will be logged out. If they click on ...
3
votes
6answers
597 views
Logout solution (ASP.NET)
I programmed a web site, prepared a login mechanism(via textbox, not Login tools), users want to logout, they click logout button. However, my problem is that if users don't click logout button or ...
3
votes
3answers
259 views
Django's logout function remove locale settings
When I use Django's logout function to log out an authenticated user, it switched locale to en_US, the default one.
from django.contrib.auth import logout
def someview(request):
logout(request)
...
3
votes
1answer
462 views
Logout function for asp-classic site
Is there any way to provide a logout function for a site which uses classic asp, and which uses Windows authentication (i.e. the restricted folders have their permissions set via the server OS, and ...
3
votes
11answers
2k views
How to detect if the user is logout in php?
After the user successfully logged in, I store login = true in database. But how do I check if the user logged out by close the browser without click the logout button? And somemore, how do I redirect ...
2
votes
1answer
62 views
How can I logoff from game center from my app
i'd like to know a way to logoff from game center from my app,
i know to authenticate is
[[GKLocalPlayer localPlayer] authenticateWithCompletionHandler:nil];
is there a similar way to logout?
...
2
votes
1answer
143 views
facebook logout API - Why Next?
I'm writing a Windows Phone 7 app and have gotten Facebook login working using the C# sdk, but logging out has proven interesting. I've read this post:
Cannot Logout of Facebook with Facebook C# SDK
...
2
votes
1answer
188 views
Facebook Logout on Chrome Extension
I have a chrome extension that uses the facebook Graph API
Because its a Chrome extension I was using the Native App flow to login. I used content-scripts to grab the token out of the redirect URL.
...
2
votes
1answer
163 views
FaceBook FB.ui logout dont fire
FB.ui(
{
method: 'feed',
name: 'some text',
link: 'some text',
picture: 'aa.jpg',
caption: 'some text',
description: 'some text',
...
2
votes
2answers
704 views
Sharekit for Facebook (Graph API version) logout method not fully logging out or deauthorizing user
I am using Sharekit for Facebook sharing with the Facebook Graph API. I have tried to find the latest, most up to date code (troppoli on github seems pretty up-to-date).
Using sharekit to log out of ...
2
votes
1answer
74 views
timertask-based logout give me problems
In this website I need a system that logs the user out after 10 minutes.
In order to login I use a simple procedure of inserting a user (in my case called Lid) instance, and the logout invalidates the ...
2
votes
1answer
180 views
Adding Logout Button to Share Screen in Facebook Connect for iPhone
I have been playing with Facebook Connect for iPhone, as well as ShareKit. Seems like Facebook Connect will work best for me for now (in case you were going to suggest Sharekit - just beating you to ...
2
votes
3answers
193 views
Logout functionality in android
I am making a kind of social networking app. I am implementing log-out functionality in it.
On Logout button click it should navigate to login screen but instead it is now navigating to the home page ...
2
votes
2answers
84 views
Number of users logged in/out with session expire?
I'm running a php login script on my server. Whenever a user logs in the username is stored in $_SESSION['username'] and there exists a field in one of my DB tables called nonline used to store the ...
2
votes
1answer
713 views
rails devise, no route matches logout
Though there're lots of similar questions, i've searched for it for hours but still can not fix it.
Env
rails 3.0.9
ruby 1.9.2
devise 1.4.2
I changed the default login url using:
5 resources ...