1.20.x drupal.inc | drupal_session_start() |
Starts a session forcefully, preserving already set session data.
Deprecated
since 1.0.0
See also
Related topics
File
- includes/
drupal.inc, line 2265 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_session_start() {
watchdog_deprecated_function('drupal', __FUNCTION__);
backdrop_session_start();
}