Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Session variable is a unit of information within a session state. It is maintained across a user's visit within the constraints of the stateless HTTP protocol.

learn more… | top users | synonyms

0
votes
0answers
17 views

session is not created after redirect from facebook

I have setup facebook login for my site. I have following app settings: in htaacess file: # # Rules # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) ...
0
votes
0answers
22 views

Sessions removes for Facebook Registration Plugin

I ran into a problem with my Facebook Registration plugin. I have used the plugin ( https://developers.facebook.com/docs/plugins/registration/ ) and I managed to get the informations, create a user ...
1
vote
0answers
66 views

Session variables dissapear

I use JS SDK (for login) and PHP SDK (for everything else, i.e. registering users, accessing Graph API, etc) conjuction. Everything is okay when I continuously use my application but if I'm inactive ...
0
votes
1answer
60 views

old session in my website is clear after get signed_request from facebook

Sessions are used in my website, but then when I open an facebook app which redirect to my website, I found out that old sessions are clear. I assumed that after getting the signed_request, facebook ...
4
votes
1answer
6k views

Safari and php sessions not working in facebook iframe

I'm having a problem to make my facebook app working on Safari. The issue is related to the PHP session variables. I am aware that Safari has a problem dealing with cross domain sessions (inside an ...
0
votes
1answer
442 views

How to access facebook session id in an fbml application?

I am working on an fbml application which can be added to a fan page. The application then sends ajax request to my php script for data etc. I have to store some data on my php side against a key or ...
0
votes
1answer
453 views

How to update my loging/logout links after Facebook logout

I am working an a test page to get the Facebook login button functionality correct. I got the FB button to work correctly when the person logs in and logs out of FB. But I am not sure how to get my ...
2
votes
1answer
969 views

Losing session after a redirect to another domain then back

I am creating a login system where I use a persons email address as a unique identifier in my DB. People can login using any openid provider such as google ect (also facebook), It will simply take the ...
0
votes
1answer
265 views

Passing variables around after authentication with Facebook PHP SDK

I am creating a website that integrates with Facebook's graph API using the PHP SDK. However, i am looking for a way i can pass variables like user id, location, likes etc between pages (maybe using ...