Welcome Guest, Not a member yet? Register   Sign In
Facebook Connect - Up & Running w/ session issues - Elliots Library
#1

[eluser]anndr0id[/eluser]
Hey! I'm hoping someone on here has used this library and has come up with a solution to this already.

I've got this set up and working great - http://www.haughin.com/code/facebook/

However I'm having issues with sessions. Even when I log the user out via facebook, the user variable is still holding on to info like name, pic, and email so when a site user logs out and logs back in as a different facebook user, its getting the wrong user information.

Theres a statement in the library:
Code:
elseif ( $user !== FALSE && $this->user_id === NULL )
    {
        // Need to destroy session
                
    }
which makes me assume he hasn't gotten around to coming up with a way to destroy the user session yet... especially if the user logs out on facebook and not the site itself.

Does anyone have any insight or clues on this?

Thanks!


Messages In This Thread
Facebook Connect - Up & Running w/ session issues - Elliots Library - by El Forum - 04-26-2010, 03:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB