demexp-dev  

[Demexp-dev] goodbye method

Lyu Abe
Sat, 29 Mar 2008 14:26:41 -0700

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
  • [Demexp-dev] goodbye method Lyu Abe