Hi,

I'm developing a combined chat-bot/question answering system and plan
to use xml-rpc with pylons to serve web clients. Since other parts of
the project are already implemented in pylons (administration and
database connections), I would rather not switch to Twisted for this.

The server needs to maintain a state for each authenticated session,
and all communication should be secure. Is there a simple way to use
standard authentication and session management (AuthKit?) together
with xml-rpc in pylons?

Sorry if I'm ignorant and the solution should be obvious, I'm
completely new to Pylons and haven't found any information on how to
combine xml-rpc with authenticated session management in the docs.

Best,
Oscar Täckström


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to