Afternoon.

I'm working on a Django application that uses XML-RPC to
expose all of its logic.  I require that for every method
expect the user creation/registration method the requestor
be authenticated.

I'd like to use something like the Django sessions middleware,
but I don't want to involve cookies or HTTP request headers
at all.  Does anyone have a good way to do this?

Peace,
Andrew

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

Reply via email to