You are here

function _drupal_session_close in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 modules/memcache/unstable/memcache-session.inc \_drupal_session_close()
1 string reference to '_drupal_session_close'
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 30

Code

function _drupal_session_close() {
  return TRUE;
}