public function SessionHandler::open in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::open()
File
- core/
lib/ Drupal/ Core/ Session/ SessionHandler.php, line 54 - Contains \Drupal\Core\Session\SessionHandler.
Class
- SessionHandler
- Default session handler.
Namespace
Drupal\Core\SessionCode
public function open($save_path, $name) {
return TRUE;
}