I get this intermittently, which isn't much help for debugging, but it seems to come up after a period of inactivity.

To reproduce:

Log into my fb connect app, using fb:login
Log out from facebook.com
At this point, refreshing my app indicates that I am logged out.
Wait at most a day or so.
Going to my app gives the above error.

CommentFileSizeAuthor
#2 fb_module_session.patch628 bytesalasda

Comments

Michsk’s picture

Also having this issue, and it seems that this issue makes my pages refresh. So when i visit a page, it refreshes.

alasda’s picture

Status: Active » Needs review
StatusFileSize
new628 bytes

fb_init appears to be referencing a session variable ( $_SESSION['fb_session']) which never exists. Modified to reference $_SESSION['fb'] which does exist.

Patch attached.