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;
    }