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

getSessionCookieLifetime() public method

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