1 drupal.inc | drupal_session_initialize() |
Initializes the session handler, starting a session if needed.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 2263 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_session_initialize() {
watchdog_deprecated_function('drupal', __FUNCTION__);
backdrop_session_initialize();
}