Hello,

There's something I don't understand about the 'goodbye' method.

Why is the following code still working after the goodbye method has been invoked?

s = ServerProxy(url)
cookie = s.login(ch_login, password)
        
s.goodbye(cookie)

# why is that still working?
timestamps = s.get_timestamps(cookie)


        Regards, Lyu.


_______________________________________________
Demexp-dev mailing list
Demexp-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/demexp-dev

Répondre à