AppserverIo\Appserver\Core\Api\Node\SessionConfigNode::getSessionCookiePath PHP Method

getSessionCookiePath() public method

Return's the session cookie path information.
public getSessionCookiePath ( ) : SessionCookiePathNode
return SessionCookiePathNode The session cookie path information
    public function getSessionCookiePath()
    {
        return $this->sessionCookiePath;
    }