Beispiel #1
0
    def stopSession(self, session_id):
        """
        Stop an active Session, known to the Server.
        """
        
        self.setTimeout(1.0)

        return self.sendAndReceive(SystemRequestFactory.stopSessionId(session_id))
        
Beispiel #2
0
    def stopSession(self, session_id):
        """
        Stop an active Session, known to the Server.
        """

        self.setTimeout(1.0)

        return self.sendAndReceive(
            SystemRequestFactory.stopSessionId(session_id))