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

getSessionHandlers() public method

Returns the session handler configuration.
public getSessionHandlers ( ) : array
return array The session handler configuration
    public function getSessionHandlers()
    {
        return $this->sessionHandlers;
    }