Malcolm Tredinnick wrote:
> On Tue, 2006-06-27 at 23:09 -0500, Patrick .J. Anderson wrote:
>> Jacob Kaplan-Moss wrote:
>>> Hi Patrick --
>>>
>>> What happens when you clear out your sessions table?
>>>
>>> FYI, there's nothing about Ubuntu versus mod_python that would/could  
>>> cause this (I use both).
>>>
>>> Jacob
>>>
>> I cleared the session table and tried to login using my
>> apache/mod_python virtual host setup. This is the session_key I get:
>>
>> 000000000abcebfdaff71c28a368d8bd
>>
>>
>> When I log in using the development server, I can login successfully and
>> the session_key I see is:
>>
>> 6b668c51d7d4fddd89c14e14e0569417
>>
>>
>> These are obviously very different, particularly the 0s in the beginning
>> of the session_key from mod_python.
> 
> One common thing that I noticed between your current problem (which
> looks a lot like Nikolaus Shlemm's md5 sum problem) and the original
> problem Nikolaus demonstrated on the mod_python list is that you are
> both using a reasonably recent Ubuntu installation. No idea why that
> will contribute (or even if it is a differentiating factor), but it's
> something to note.
> 
> Malcolm
> 
> 
> > 
> 

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


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