AppserverIo\Appserver\Core\Api\Node\SessionHandlersNodeTrait::setSessionHandlers PHP Method

setSessionHandlers() public method

Sets the session handler configuration.
public setSessionHandlers ( array $sessionHandlers ) : void
$sessionHandlers array The session handler configuration
return void
    public function setSessionHandlers($sessionHandlers)
    {
        $this->sessionHandlers = $sessionHandlers;
    }