Handling session between two pages in iframe-based facebook app.
- by Ray Yun
I'm a newbie to iframe based facebook application and stuck with session related problems.
There are just two pages in my app. First page got many fb_sig_* parameters from facebook platform but when I click a anchor to next page, those fb_sig_* were lost because this is just direct request from end user's browser not from facebook.
So I found that http://forum.developers.facebook.com/viewtopic.php?id=52885. It was told that I should not using cookie and always append every fb_sig* to every anchor.
This can be the only solution for my problems? Any side effect like session expiry problem?