webtechnick / CakePHP-Facebook-Plugin

CakePHP Facebook Plugin
http://facebook.webtechnick.com
445 stars 138 forks source link

Multiple users on same browser kept previous session + last base_facebook.php mod #134

Open DColl opened 11 years ago

DColl commented 11 years ago

Corrected continuous session behavior when multiple users on the same browser logged in and out.

New user where keeping the session of the previous logged in user because behavior was set only to check existence of Session key. Now refresh the Auth and FB session in case of difference between $this->uid and session *.id .

Added last mod made to base_facebook.php by Facebook - 2013-05-02