I'm looking at ways to secure static resources to logged in Django
users.

WSGIAccessScript looked perfect, except after experimentation, I see
the environ variable it sends is indeed very bare. To determine
whether a Django user is logged in, I'd need access to cookies which
isn't sent as part of environ to the WSGIAccessScript method.

Any clues as to how I'd achieve this (preferably avoiding serving all
these static requests through WSGI)?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to