On 13/11/2008, Pontus Enmark <[EMAIL PROTECTED]> wrote: > > So, basically, how do I set a cookie from within the auth script?
I don't believe you can. Unlike mod_python this uses the Apache 2.2 authentication backend provider stuff. Even if the new interface still lets you get at the output headers that is not exposed by mod_wsgi. Have you thought about the problem from another angle? You seem to be using headers as a basic cache to save processing - move the cache to the auth script instead? If threaded, a simple dict could do. Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
