SessionManagerInterface::setWriteSafeHandler

public SessionManagerInterface::setWriteSafeHandler(WriteSafeSessionHandlerInterface $handler)

Sets the write safe session handler.

@todo: This should be removed once all database queries are removed from the session manager class.

File

core/lib/Drupal/Core/Session/SessionManagerInterface.php, line 33

Class

SessionManagerInterface
Defines the session manager interface.

Namespace

Drupal\Core\Session

Code

public function setWriteSafeHandler(WriteSafeSessionHandlerInterface $handler);
doc_Drupal
2016-10-29 09:42:06
Comments
Leave a Comment

Please login to continue.