Patrick J. Anderson wrote:
> On Tue, 27 Jun 2006 23:30:56 -0500, Patrick .J. Anderson wrote:
>
> > Malcolm Tredinnick wrote:
> >> [quoted text muted]
> >
> > Hi, Malcolm
> >
> > Yes, I noticed that too. Perhaps it would be good if I tested this
> > behaviour on another distro, but I don't want to resetup my development
> > machine again. Maybe someone with a distro other than Ubuntu Dapper
> > could compare the session_keys in django_sessions table with mod_python
> > as well as builtin server, and see if this is also happening.
> >
> > Patrick
> >
> >
> >
> Well, I reinstalled Fedora Core 5 and setup django-trunk. There is no
> problem with FC5, so I suspect that there's something wrong with Ubuntu
> Dapper here.
>
> Here's my session_key after logging into admin using mod_python:
>
> 21d78b3bd4da4a79bd7f02c038c0707d

On Ubuntu Dapper php5 seems to be the culprit.  If you disable php5
(sudo a2dismod php5) you will discover that mod_python suddenly starts
calculating md5 properly and this bug will disappear.

A bug report has been filed with Ubuntu, so hopefully they will fix it
soon.
https://launchpad.net/distros/ubuntu/+source/libapache2-mod-python/+bug/54135

cheers,
Anton


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to