I donwloaded FacebookSDK_V5.0.1_BETA. I configured everything to work on localhost. I ran the sample Mvcwebsite. It seems to work fine as I can login without problem, but when I want to visit the "about" I get redirected to the index. It looks like the facebook cookie generated by the js SDK is not getting to the server.
to see if I had a valid session, I added the following to the Index.asp view
and it showed my profile pic.
What am I doing wrong? I tried with the webforms sample and got the same resutl.