Re: Check credentials with POGI
Adam Tauno Williams <[email protected]> Tue, 20 Sep 2005 16:58:45 -0400
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Organization | Morrison Industries |
| Message-ID | <[email protected]> |
> >here's another question concerning POGI. When I try to connect to my > >OpenGroupware via xmlrpcd, how do I check if the connection was successfull? > Another guess: XML-RPC is stateless, from there you have no successfull > "login". You'll receive some cookie that is passed from connection to > connection. Thus, you should call some "ping method". Yep. Since the a web interface is effectively stateless you need to login at each page - so you get a ping effect. For Gtk#/.NET stuff I create a thread that polls the server for its current time every so often, and if it fails it flags an error. -- OpenGroupware.org XML-RPC [email protected] http://mail.opengroupware.org/mailman/listinfo/xmlrpc