c# - New session is generated for every request inside FB app -


i have asp.net mvc 3 web application, publish facebook app also.

when fb app visited, website's specific page (controller+action) displayed (eg. mydomain.com/facebook/index). request contains signed_request, i'm storing in session.

if display link on page, points page of webapp (eg. mydomain.com/facebook/other), , link clicked, new-session generated, therefore don't know signed_request fb passed initial page!

so problem session regenerated everytime page/subpage navigated user inside fb app!

if urls accessed directly (not fb app), session works properly.

also if website running locally (so fb app set use localhost:[port], hosted vs), session works also!

my site hosted in azure currently. if website hosted in azure , accessed fb-app, session regenerated in every new request.

i'm not using fb-authentication yet.

any advise someone?

search terms: third-party-cookies, p3p policy


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -