sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

facebook cookie will not expire #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set login type to 8 (facebook)
2. login (works)
3. logout

What is the expected output? What do you see instead?
when i login it grabs the fb cookie and sets it up correctly
however when i logout via ?r=user/auth/logout
it will not set the cookie to expire so i end up logged out of the system
Yii::app()->user->isGuest is set to 1
but i cannot relogin via facebook as the cookie will not expire.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mither...@gmail.com on 13 Aug 2011 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by mither...@gmail.com on 17 Aug 2011 at 7:02