Facebook Iframe App with multiple pages in Safari Session Variables not persisting

后端 未结 8 1429
心在旅途
心在旅途 2020-11-29 06:20

I have a facebook Iframe application with multiple PHP pages in it.

I have some links that point relatively to the files inside my \"iframe folder\".

Having

8条回答
  •  庸人自扰
    2020-11-29 06:53

    If you using .NET then there is a much simpler solution to this problem.

    Just set cookieless to false in your web.config. Ex:

    sessionState mode="InProc" cookieless="true" timeout="60" 
    

    Its a lot easier than posting an iframe, or opening a popup window with the url of the iframe.

    kind regards,

    David

提交回复
热议问题