AppserverIo\Appserver\Core\Api\Node\SessionConfigNode::getSessionSavePath PHP Метод

getSessionSavePath() публичный Метод

Return's the session save path information.
public getSessionSavePath ( ) : SessionSavePathNode
Результат SessionSavePathNode The session save path information
    public function getSessionSavePath()
    {
        return $this->sessionSavePath;
    }