You are here

public function SessionHandler::open in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::open()
  2. 9 core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::open()

File

core/lib/Drupal/Core/Session/SessionHandler.php, line 50

Class

SessionHandler
Default session handler.

Namespace

Drupal\Core\Session

Code

public function open($save_path, $name) {
  return TRUE;
}