2008/9/26 Graham Dumpleton <[EMAIL PROTECTED]>:
> This may be of interest to some:
>
>  http://sweetjesus26.livejournal.com/19936.html
>
> I have actually been ignoring Apache 2.3+ up till now, but the
> mod_session/mod_auth_form stuff could be extremely useful where
> wanting to have SSO across multiple Python applications such as Trac
> and Django.
>
> Will have to start playing with thus stuff and see what else is coming
> along in Apache 2.3+.

Technically, mod_wsgi could be enhanced to allow Python code to be
supplied as the conduit for managing a session database as well. This
would parallel how mod_session_dbd and mod_session_cookie work. Thus,
one might use database associated with Django to manage session
information across applications.

Graham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modwsgi@googlegroups.com
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