constant FB_SETTINGS_SESSION_KEY in Drupal for Facebook 6.2
Same name and namespace in other branches
- 5.2 fb_settings.inc \FB_SETTINGS_SESSION_KEY
2 uses of FB_SETTINGS_SESSION_KEY
- fb_canvas_iframe_excursion in ./
fb_canvas.module - This is intended to help sites which have some FBML and some iframe pages. Makes the current FBML canvas page an iframe. And attempts to preserve session while visiting multiple iframe pages.
- fb_settings_session_helper in ./
fb_settings.inc - Forces the session_name and session_id to be appropriate when Facebook controls the session. Call this function from custom session_inc files, before session_start() is called.
File
- ./
fb_settings.inc, line 22 - This file is to be included from your sites/.../settings.php file.
Code
define('FB_SETTINGS_SESSION_KEY', 'session_key');