AppserverIo\Appserver\Core\Api\Node\SessionConfigNode::getSessionCookiePath PHP Méthode

getSessionCookiePath() public méthode

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