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

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

Return's the session cookie path information.
public getSessionCookiePath ( ) : SessionCookiePathNode
Результат SessionCookiePathNode The session cookie path information
    public function getSessionCookiePath()
    {
        return $this->sessionCookiePath;
    }