demexp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Demexp-dev] goodbye method


From: Lyu Abe
Subject: [Demexp-dev] goodbye method
Date: Sat, 29 Mar 2008 22:26:31 +0100
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]