AppserverIo\Appserver\Core\Api\Node\SessionConfigNode::getSessionCookieLifetime PHP 메소드

getSessionCookieLifetime() 공개 메소드

Return's the session cookie lifetime information.
public getSessionCookieLifetime ( ) : SessionCookieLifetimeNode
리턴 SessionCookieLifetimeNode The session cookie lifetime information
    public function getSessionCookieLifetime()
    {
        return $this->sessionCookieLifetime;
    }