Simple Twitter Oauth authorization asking for credentials every time
问题 I am making a simple twitter based login/signup system using the tutorial here. I get the oauth_token as well as oauth token secret every time I get the user to login. However, even when the user is already logged in, he is being asked to login again. I just wanted to know how do I check if the user is already logged in? Do I need to store the oauth_token and oauth token secret in session? If I do store these in a session, how do i authenticate if they are valid? The library used has