function _drupal_session_open in Zircon Profile 8.0
Same name and namespace in other branches
- 8 modules/memcache/unstable/memcache-session.inc \_drupal_session_open()
1 string reference to '_drupal_session_open'
- drupal_session_initialize in modules/
memcache/ unstable/ memcache-session.inc - Initialize the session handler, starting a session if needed.
File
- modules/
memcache/ unstable/ memcache-session.inc, line 26
Code
function _drupal_session_open() {
return TRUE;
}